summaryrefslogtreecommitdiff
path: root/src/testdir/test_increment.vim
AgeCommit message (Collapse)Author
2016-08-18patch 7.4.2228Bram Moolenaar
Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
2016-06-26patch 7.4.1962Bram Moolenaar
Problem: Two test files for increment/decrement. Solution: Move the old style test into the new style test. (Hirohito Higashi, closes #881)
2016-03-21patch 7.4.1634Bram Moolenaar
Problem: Vertical movement after CTRL-A ends up in the wrong column. (Urtica Dioica) Solution: Set curswant when appropriate. (Hirohito Higashi)
2016-02-04patch 7.4.1259Bram Moolenaar
Problem: No test for what patch 7.3.414 fixed. Solution: Add a test. (Elias Diem)
2016-01-12patch 7.4.1089Bram Moolenaar
Problem: Repeating CTRL-A doesn't work. Solution: Call prep_redo_cmd(). (Hirohito Higashi)
2016-01-10patch 7.4.1087Bram Moolenaar
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)
2016-01-10patch 7.4.1084Bram Moolenaar
Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. Solution: Append right size to the redo buffer. (Ozaki Kiichi)
2016-01-10patch 7.4.1076Bram Moolenaar
Problem: CTRL-A does not work well in right-left mode. Solution: Remove reversing the line, add a test. (Hirohito Higashi)
2016-01-09add missing test fileBram Moolenaar