diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-01-10 13:44:27 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-01-10 13:44:27 +0100 |
commit | 66accae33961b02cab7c4ad6cdb1e0bc16da8cb8 (patch) | |
tree | 6a29aebc96b7ef744067903766b0d8f3ec69b2a3 /src/testdir/test43.ok | |
parent | 738f8fc8edf7a87824bba8650c04ba6197fea25f (diff) | |
download | vim-git-66accae33961b02cab7c4ad6cdb1e0bc16da8cb8.tar.gz |
updated for version 7.3.395v7.3.395
Problem: "dv?bar" in the last line deletes too much and breaks undo.
Solution: Only adjust the cursor position when it's after the last line of
the buffer. Add a test. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test43.ok')
-rw-r--r-- | src/testdir/test43.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test43.ok b/src/testdir/test43.ok index 425316b68..0b37a6a61 100644 --- a/src/testdir/test43.ok +++ b/src/testdir/test43.ok @@ -6,3 +6,6 @@ 6 x aa$ x 7 (a)(b) abba 8 axx ab]xx +9 foobar +9 foo + |