commit | a52dfaed104183c1fa2a3b6e4430b23d86bcbece | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:21:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:21:57 2016 +0100 |
tree | 46f8aafba6ce55faab3defcfeb84bb8d0591cc57 | |
parent | e1edc1caba05c553fa60b1cf45a7670b1cfd63fe [diff] [blame] |
patch 7.4.1085 Problem: The CTRL-A and CTRL-X commands do not update the '[ and '] marks. Solution: (Yukihiro Nakadaira)
diff --git a/src/testdir/test_marks.ok b/src/testdir/test_marks.ok index dd1a3e4..e6c02ee 100644 --- a/src/testdir/test_marks.ok +++ b/src/testdir/test_marks.ok
@@ -1,6 +1,16 @@ +Tests for marks. + + textline A textline B textline C + +CTRL-A CTRL-X: +AAA 123 123 +123 XXXXXXX +XXX 123 123 + + Results: Mark after delete-undo-redo-undo: [0, 15, 2, 0]