diff src/version.c @ 6245:96761b6789f6 v7.4.457

updated for version 7.4.457 Problem: Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. Solution: Add the <CursorHold> key. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Sep 2014 16:49:46 +0200
parents 54194bd6ed60
children fe1827921d50
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    457,
+/**/
     456,
 /**/
     455,