summaryrefslogtreecommitdiff
path: root/src/testdir/test94.in
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.931v7.4.931Bram Moolenaar2015-11-211-1/+1
| | | | | Problem: Test 94 fails on some systems. Solution: Set 'encoding' to utf-8.
* patch 7.4.929v7.4.929Bram Moolenaar2015-11-191-0/+15
| | | | | | Problem: "gv" after paste selects one character less if 'selection' is "exclusive". Solution: Increment the end position. (Christian Brabandt)
* patch 7.4.743v7.4.743Bram Moolenaar2015-06-191-0/+36
| | | | | Problem: "p" in Visual mode causes an unexpected line split. Solution: Advance the cursor first. (Yukihiro Nakadaira)
* patch 7.4.734v7.4.734Bram Moolenaar2015-06-091-0/+110
| | | | | | Problem: ml_get error when using "p" in a Visual selection in the last line. Solution: Change the behavior at the last line. (Yukihiro Nakadaira)
* updated for version 7.3.922v7.3.922Bram Moolenaar2013-05-041-4/+1
| | | | | Problem: No test for what 7.3.918 fixes. Solution: Add a test. (David Bürgin)
* updated for version 7.3.914v7.3.914Bram Moolenaar2013-04-241-1/+1
| | | | | Problem: ~/.viminfo is messed up when running tests. Solution: Set the viminfo filename.
* updated for version 7.3.887v7.3.887Bram Moolenaar2013-04-121-0/+98
Problem: No tests for Visual mode operators, what 7.3.879 fixes. Solution: Add a new test file. (David Bürgin)