summaryrefslogtreecommitdiff
path: root/src/testdir/test_visual.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1214: old style testsv8.1.1214Bram Moolenaar2019-04-271-0/+24
| | | | | | Problem: Old style tests. Solution: Move tests from test14 to new style test files. (Yegappan Lakshmanan, closes #4308)
* patch 8.1.0998: getcurpos() unexpectedly changes "curswant"v8.1.0998Bram Moolenaar2019-03-071-4/+11
| | | | | Problem: getcurpos() unexpectedly changes "curswant". Solution: Save and restore "curswant". (closes #4069)
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-3/+0
| | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
* patch 8.1.0739: text objects in not sufficiently testedv8.1.0739Bram Moolenaar2019-01-131-1/+87
| | | | | Problem: Text objects in not sufficiently tested. Solution: Add a few more test cases. (Dominique Pelle, closes #3795)
* patch 8.1.0687: sentence text object in Visual mode is not testedv8.1.0687Bram Moolenaar2019-01-031-0/+41
| | | | | Problem: Sentence text object in Visual mode is not tested. Solution: Add a test. (Dominique Pelle, closes #3758)
* patch 8.1.0007: no test for "o" and "O" in Visual block modev8.1.0007Bram Moolenaar2018-05-201-0/+19
| | | | | Problem: No test for "o" and "O" in Visual block mode. Solution: Add a test. (Dominique Pelle, closes #2932)
* patch 8.0.1579: virtual replace test fails in GUIv8.0.1579Bram Moolenaar2018-03-061-4/+12
| | | | | Problem: Virtual replace test fails in GUI. Solution: Don't save key options if they were not set.
* patch 8.0.1577: virtual replace test fails on MS-Windowsv8.0.1577Bram Moolenaar2018-03-061-1/+5
| | | | | | Problem: Virtual replace test fails on MS-Windows. Solution: Make adding a termcap entry work for a builtin terminal. Restore terminal keys in a better way.
* patch 8.0.1575: crash when using virtual replacev8.0.1575Bram Moolenaar2018-03-061-2/+57
| | | | | Problem: Crash when using virtual replace. Solution: Adjust orig_line_count. Add more tests. (Christian Brabandt)
* patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar2017-10-261-0/+98
| | | | | | Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2256)
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-3/+1
| | | | | Problem: Tests switch the bell off twice. Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
* patch 8.0.0890: still many old style testsv8.0.0890Bram Moolenaar2017-08-071-0/+31
| | | | | Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
* patch 8.0.0879: crash when shifting with huge numberv8.0.0879Bram Moolenaar2017-08-061-0/+8
| | | | | Problem: Crash when shifting with huge number. Solution: Check for overflow. (Dominique Pelle, closes #1945)
* patch 8.0.0433: beeps when running testsv8.0.0433Bram Moolenaar2017-03-081-0/+2
| | | | | Problem: Quite a few beeps when running tests. Solution: Set 'belloff' for these tests. (Christian Brabandt)
* patch 8.0.0339: illegal memory access with vi'v8.0.0339Bram Moolenaar2017-02-181-0/+7
| | | | | | Problem: Illegal memory access with vi' Solution: For quoted text objects bail out if the Visual area spans more than one line.
* patch 8.0.0330: illegal memory access after "vapo"v8.0.0330Bram Moolenaar2017-02-171-0/+7
| | | | | Problem: Illegal memory access after "vapo". (Dominique Pelle) Solution: Fix the cursor column.
* patch 8.0.0291: Visual block insertion does not insert in all linesv8.0.0291Bram Moolenaar2017-02-011-0/+13
| | | | | | Problem: Visual block insertion does not insert in all lines. Solution: Don't bail out of insert too early. Add a test. (Christian Brabandt, closes #1290)
* patch 8.0.0140v8.0.0140Bram Moolenaar2017-01-021-5/+13
| | | | | | | Problem: Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution: Stop Visual mode before stuffing the inserted text. (Christian Brabandt, from neovim #5709)
* patch 7.4.2086v7.4.2086Bram Moolenaar2016-07-211-3/+1
| | | | | | Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed.
* Add new test file.Bram Moolenaar2016-03-051-0/+19