commit | c7453f52d4eb5a5259b6b587d62b7e99e1ebdd10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 10 23:20:28 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 10 23:20:28 2006 +0000 |
tree | 10caf29de7ebbddd79a710f77999875923f4ec8a | |
parent | 110bc6bc91ccb10b20103a6d4a1c17e07fda1fb5 [diff] [blame] |
updated for version 7.0196
diff --git a/src/option.c b/src/option.c index 079e472..62cd0e7 100644 --- a/src/option.c +++ b/src/option.c
@@ -2628,7 +2628,7 @@ 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));