kakoune/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 Improve C indentation support around namespace/struct closing bracket 2016-12-09 13:50:41 +00:00
close-struct Improve C indentation support around namespace/struct closing bracket 2016-12-09 13:50:41 +00:00
construct-align Support aligning to opening { as well as ( in c-family indent 2017-05-20 11:08:13 +01:00
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 Fix corner case in C indentation 2017-01-02 04:15:12 +00:00
multiline-nested-align Smarter align to opening parenthesis/brace supporting multiline 2017-05-21 22:31:05 +01:00
nested-align Support aligning to opening { as well as ( in c-family indent 2017-05-20 11:08:13 +01:00
open-function Add some missing tests for c-family indent 2017-05-21 22:33:00 +01:00