summaryrefslogtreecommitdiff
path: root/test/normal/goto
AgeCommit message (Collapse)Author
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
2018-02-24goto last change: do not try to avoid end of linesMaxime Coste
Avoiding end of line is a behaviour we avoid (pun intended) more and more in Kakoune source code, now that end of lines are regularly selected, it makes no sense to just to next line when last modification lies on an EOL (and it probably did not make much sense back when that code was written).
2017-06-09Rename 'unit' test directory to 'normal' as they are the normal mode testsMaxime Coste