summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-02-22 17:38:00 +0100
committerBram Moolenaar <Bram@vim.org>2012-02-22 17:38:00 +0100
commit5f1e3e4473ed4364abc9f45f61e1530f70c82194 (patch)
tree1a430c162b83cd29a45201ce377388d325fce8ff /src/version.c
parentdb7207e6e51cf6677545e2f8e0aca427b3cf1956 (diff)
downloadvim-git-7.3.452.tar.gz
updated for version 7.3.452v7.3.452
Problem: Undo broken when pasting close to the last line. (Andrey Radev) Solution: Use a flag to remember if the deleted included the last line. (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 f9da5db7a..0b6c063b3 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 */
/**/
+ 452,
+/**/
451,
/**/
450,