summaryrefslogtreecommitdiff
path: root/test/indent/comment/comment-multiple-lines-indented/cmd
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
2018-07-03Make tests a bit more interestingMaxim Baz
2018-06-28Improve comment-line commandMaxim Baz