summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-01-10 13:44:27 +0100
committerBram Moolenaar <Bram@vim.org>2012-01-10 13:44:27 +0100
commit66accae33961b02cab7c4ad6cdb1e0bc16da8cb8 (patch)
tree6a29aebc96b7ef744067903766b0d8f3ec69b2a3 /src/version.c
parent738f8fc8edf7a87824bba8650c04ba6197fea25f (diff)
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/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b7fa49ceb1..c33a6f38df 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 395,
+/**/
394,
/**/
393,