1
0
forked from aniani/vim

updated for version 7.0213

This commit is contained in:
Bram Moolenaar
2006-03-03 22:56:30 +00:00
parent bfb2d40b6e
commit 65c923adf3
9 changed files with 72 additions and 26 deletions

View File

@@ -2762,7 +2762,7 @@ static char *(p_fdm_values[]) = {"manual", "expr", "marker", "indent", "syntax",
static char *(p_fcl_values[]) = {"all", NULL};
#endif
#ifdef FEAT_INS_EXPAND
static char *(p_cot_values[]) = {"menu", "longest", NULL};
static char *(p_cot_values[]) = {"menu", "menuone", "longest", NULL};
#endif
static void set_option_default __ARGS((int, int opt_flags, int compatible));