summaryrefslogtreecommitdiff
path: root/test/normal/extend-lines
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-10-13test: Allow expect-style UI tests, testing any varJason Felice
2018-07-05tests: Update selections files to match the new selection list syntaxMaxime Coste
2017-06-09Rename 'unit' test directory to 'normal' as they are the normal mode testsMaxime Coste