summaryrefslogtreecommitdiff
path: root/src/testdir/test94.ok
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.929v7.4.929Bram Moolenaar2015-11-191-0/+9
| | | | | | 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/+31
| | | | | 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/+63
| | | | | | 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-1/+1
| | | | | Problem: No test for what 7.3.918 fixes. Solution: Add a test. (David Bürgin)
* updated for version 7.3.887v7.3.887Bram Moolenaar2013-04-121-0/+20
Problem: No tests for Visual mode operators, what 7.3.879 fixes. Solution: Add a new test file. (David Bürgin)