commit | 66accae33961b02cab7c4ad6cdb1e0bc16da8cb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 13:44:27 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 13:44:27 2012 +0100 |
tree | 6a29aebc96b7ef744067903766b0d8f3ec69b2a3 | |
parent | 738f8fc8edf7a87824bba8650c04ba6197fea25f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b7fa49c..c33a6f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 395, +/**/ 394, /**/ 393,