]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1263 v7.3.1263
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 12:42:26 +0000 (14:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 12:42:26 +0000 (14:42 +0200)
Problem:    Typo in short option name.
Solution:   Change "imse" to "imsf".

src/option.c
src/version.c

index 0932bb864372180fb391c2f93b4e2437fee13bc3..d0e55a95494689022225c9c11627609f3a3b94af 100644 (file)
@@ -1476,7 +1476,7 @@ static struct vimoption
                            {(char_u *)B_IMODE_NONE, (char_u *)0L}
 #endif
                            SCRIPTID_INIT},
-    {"imstatusfunc","imse",P_STRING|P_VI_DEF|P_SECURE,
+    {"imstatusfunc","imsf",P_STRING|P_VI_DEF|P_SECURE,
 # if defined(FEAT_EVAL) && defined(FEAT_XIM) && defined(FEAT_GUI_GTK)
                            (char_u *)&p_imsf, PV_NONE,
                            {(char_u *)"", (char_u *)NULL}
index 59fa0febb7c8f3b260f057e646adf348222eb97d..c1b1c25b6a1f0965cb576a0ccc20bba19f642737 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1263,
 /**/
     1262,
 /**/