]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.395 v7.3.395
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2012 12:44:27 +0000 (13:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2012 12:44:27 +0000 (13:44 +0100)
commit66accae33961b02cab7c4ad6cdb1e0bc16da8cb8
tree6a29aebc96b7ef744067903766b0d8f3ec69b2a3
parent738f8fc8edf7a87824bba8650c04ba6197fea25f
updated for version 7.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)
src/ops.c
src/testdir/test43.in
src/testdir/test43.ok
src/version.c