summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_backspace_opt.vim
AgeCommit message (Collapse)Author
2020-05-31patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar
Problem: Using \{xxx} for encoding a modifier is not nice. Solution: Use \<*xxx> instead, since it's the same as \<xxx> but producing a different code.
2020-05-30patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar
Problem: GUI tests fail because the test doesn't use a modifier. Solution: Add "\{xxx}" to be able to encode a modifier.
2020-04-17patch 8.2.0590: no 'backspace' value allows ignoring the insertion pointv8.2.0590Bram Moolenaar
Problem: No 'backspace' value allows ignoring the insertion point. Solution: Add the "nostop" and 3 values. (Christian Brabandt, closes #5940)
2020-04-11patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar
Problem: Regexp and other code not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5904)
2019-05-14patch 8.1.1331: test 29 is old stylev8.1.1331Bram Moolenaar
Problem: Test 29 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4370)
2016-08-18patch 7.4.2228v7.4.2228Bram Moolenaar
Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
2016-03-30patch 7.4.1686v7.4.1686Bram Moolenaar
Problem: When running tests $HOME/.viminfo is written. (James McCoy) Solution: Add 'nviminfo' to the 'viminfo' option. (closes #722)
2016-03-15patch 7.4.1572v7.4.1572Bram Moolenaar
Problem: Setting 'compatible' in test influences following tests. Solution: Turn 'compatible' off again.
2016-01-02Add new file left out from patch 7.4.1034.Bram Moolenaar