summaryrefslogtreecommitdiff
path: root/src/testdir/test_increment.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2228v7.4.2228Bram Moolenaar2016-08-181-1/+1
| | | | | Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
* patch 7.4.1962v7.4.1962Bram Moolenaar2016-06-261-0/+21
| | | | | | Problem: Two test files for increment/decrement. Solution: Move the old style test into the new style test. (Hirohito Higashi, closes #881)
* patch 7.4.1634v7.4.1634Bram Moolenaar2016-03-211-0/+9
| | | | | | Problem: Vertical movement after CTRL-A ends up in the wrong column. (Urtica Dioica) Solution: Set curswant when appropriate. (Hirohito Higashi)
* patch 7.4.1259v7.4.1259Bram Moolenaar2016-02-041-0/+19
| | | | | Problem: No test for what patch 7.3.414 fixed. Solution: Add a test. (Elias Diem)
* patch 7.4.1089v7.4.1089Bram Moolenaar2016-01-121-0/+7
| | | | | Problem: Repeating CTRL-A doesn't work. Solution: Call prep_redo_cmd(). (Hirohito Higashi)
* patch 7.4.1087v7.4.1087Bram Moolenaar2016-01-101-3/+107
| | | | | | Problem: CTRL-A and CTRL-X do not work properly with blockwise visual selection if there is a mix of Tab and spaces. Solution: Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)
* patch 7.4.1084v7.4.1084Bram Moolenaar2016-01-101-0/+22
| | | | | | Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. Solution: Append right size to the redo buffer. (Ozaki Kiichi)
* patch 7.4.1076v7.4.1076Bram Moolenaar2016-01-101-0/+17
| | | | | Problem: CTRL-A does not work well in right-left mode. Solution: Remove reversing the line, add a test. (Hirohito Higashi)
* add missing test fileBram Moolenaar2016-01-091-0/+561