summaryrefslogtreecommitdiff
path: root/src/testdir/test_selectmode.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.2610: mouse click test fails when using remote connectionv8.2.2610Bram Moolenaar2021-03-161-1/+4
| | | | | Problem: Mouse click test fails when using remote connection. Solution: Use a larger 'mousetime'. (Dominique Pellé, closes #7968)
* patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar2020-06-201-0/+3
| | | | | Problem: Various parts of code not covered by tests. Solution: Add more tests. (Yegappan Lakshmanan, closes #6300)
* patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar2020-03-221-0/+255
Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821)