diff src/version.c @ 5035:1cf89d38aa76 v7.3.1261

updated for version 7.3.1261 Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 13:58:31 +0200
parents 7aa4e0822dec
children 5e0b6a9282df
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1261,
+/**/
     1260,
 /**/
     1259,