1
0
forked from aniani/vim

updated for version 7.3.1263

Problem:    Typo in short option name.
Solution:   Change "imse" to "imsf".
This commit is contained in:
Bram Moolenaar
2013-06-29 14:42:26 +02:00
parent fe17e7640d
commit 4a46070365
2 changed files with 3 additions and 1 deletions

View File

@@ -1476,7 +1476,7 @@ static struct vimoption
{(char_u *)B_IMODE_NONE, (char_u *)0L} {(char_u *)B_IMODE_NONE, (char_u *)0L}
#endif #endif
SCRIPTID_INIT}, 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) # if defined(FEAT_EVAL) && defined(FEAT_XIM) && defined(FEAT_GUI_GTK)
(char_u *)&p_imsf, PV_NONE, (char_u *)&p_imsf, PV_NONE,
{(char_u *)"", (char_u *)NULL} {(char_u *)"", (char_u *)NULL}

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1263,
/**/ /**/
1262, 1262,
/**/ /**/