home/test/indent/c-family
Maxime Coste 67424aae1e Remove avoidance of end of lines
Various places in Kakoune code used to modify selections so that
cursors would not lie on an end of line. Remove those to increase
Kakoune's consistency and simplicity.

Now that end of lines are highlighted separately, they should not
be handled specially in most commands.
2018-02-25 00:05:05 +11:00
..
align-while-expr Fix corner case in C family indenting 2017-06-13 10:19:38 +01:00
close-namespace
close-struct
construct-align
indent-after-parenthesis c-family.kak: indent after parenthesis at end of line 2017-12-03 17:47:44 +08:00
indent-if-body Remove avoidance of end of lines 2018-02-25 00:05:05 +11:00
indent-if-brace Remove avoidance of end of lines 2018-02-25 00:05:05 +11:00
move-brace
multiline-nested-align
nested-align
open-function Add some missing tests for c-family indent 2017-05-21 22:33:00 +01:00