]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1264 v7.3.1264
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 12:47:22 +0000 (14:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 12:47:22 +0000 (14:47 +0200)
Problem:    Missing m_nowait.
Solution:   Include missing part of the patch.

src/structs.h
src/version.c

index 96435eda72f3b630088a54fbe86edb5d094bc023..1fc91dc9b408d1e18432449b97b7d38df7c21143 100644 (file)
@@ -1004,12 +1004,13 @@ struct mapblock
 {
     mapblock_T *m_next;        /* next mapblock in list */
     char_u     *m_keys;        /* mapped from, lhs */
-    int                m_keylen;       /* strlen(m_keys) */
     char_u     *m_str;         /* mapped to, rhs */
     char_u     *m_orig_str;    /* rhs as entered by the user */
+    int                m_keylen;       /* strlen(m_keys) */
     int                m_mode;         /* valid mode */
     int                m_noremap;      /* if non-zero no re-mapping for m_str */
     char       m_silent;       /* <silent> used, don't echo commands */
+    char       m_nowait;       /* <nowait> used */
 #ifdef FEAT_EVAL
     char       m_expr;         /* <expr> used, m_str is an expression */
     scid_T     m_script_ID;    /* ID of script where map was defined */
index c1b1c25b6a1f0965cb576a0ccc20bba19f642737..f8dcc142bfd0eb6724251197238cfc7fe371417c 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1264,
 /**/
     1263,
 /**/