1
0
forked from aniani/vim

updated for version 7.0196

This commit is contained in:
Bram Moolenaar
2006-02-10 23:20:28 +00:00
parent 110bc6bc91
commit c7453f52d4
13 changed files with 225 additions and 70 deletions

View File

@@ -2628,7 +2628,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", NULL};
static char *(p_cot_values[]) = {"menu", "longest", NULL};
#endif
static void set_option_default __ARGS((int, int opt_flags, int compatible));