commit | 65c923adf3589b6c237ac357fcc069085c658a02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 03 22:56:30 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 03 22:56:30 2006 +0000 |
tree | 8c379ffd9462f1be67f06f9a9b3712570d219c2e | |
parent | bfb2d40b6ec0b8fff51bc6fadabf4aaeb383beb8 [diff] [blame] |
updated for version 7.0213
diff --git a/src/option.c b/src/option.c index d692edf..23b6be8 100644 --- a/src/option.c +++ b/src/option.c
@@ -2762,7 +2762,7 @@ 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));