diff src/version.c @ 3372:f1cde9cf023e v7.3.452

updated for version 7.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)
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Feb 2012 17:38:00 +0100
parents 045fdc5b6056
children 791baa7b35e1
line wrap: on
line diff
--- 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,