summaryrefslogtreecommitdiff
path: root/src/testdir/test_textobjects.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-1/+0
| | | | | Problem: Tests switch the bell off twice. Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
* patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar2017-09-281-0/+101
| | | | | Problem: Still old style tests. Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
* patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive"v8.0.0622Bram Moolenaar2017-06-051-8/+18
| | | | | | | Problem: Using a text object to select quoted text fails when 'selection' is set to "exclusive". (Guraga) Solution: Swap cursor and visual start position. (Christian Brabandt, closes #1687)
* patch 8.0.0433: beeps when running testsv8.0.0433Bram Moolenaar2017-03-081-0/+1
| | | | | Problem: Quite a few beeps when running tests. Solution: Set 'belloff' for these tests. (Christian Brabandt)
* patch 7.4.2098v7.4.2098Bram Moolenaar2016-07-231-0/+43
Problem: Text object tests are old style. Solution: Turn them into new style tests. (James McCoy, closes #941)