diff src/version.c @ 3374:791baa7b35e1 v7.3.453

updated for version 7.3.453 Problem: Pasting in the command line is slow. Solution: Don't redraw if there is another character to read. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Feb 2012 17:58:04 +0100
parents f1cde9cf023e
children 1632640a24b4
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 */
 /**/
+    453,
+/**/
     452,
 /**/
     451,