summaryrefslogtreecommitdiff
path: root/test/indent/comment
AgeCommit message (Collapse)Author
2022-07-05Make `x` just select the full linesMaxime Coste
`x` is often criticized as hard to predict due to its slightly complex behaviour of selecting next line if the current one is fully selected. Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to trim to fully selected lines as `<a-X>` did. Adapt existing indentation script to the new behaviour
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783
2018-07-03Make tests a bit more interestingMaxim Baz
2018-06-29Add test to ensure whitespaces are preserved after uncommentMaxim Baz
2018-06-28Improve comment-line commandMaxim Baz