aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-05 15:26:24 +0800
committerGitHub <noreply@github.com>2024-06-05 15:26:24 +0800
commite41597c510b4708c3192aa7573137e0fe9468a3a (patch)
treea4094336107761d050e491d61d6686f2c5aa3efb /src/nvim/optionstr.c
parentf69937fdbd162630c35e119e67bbbf052558c0e0 (diff)
parent818cb27e4843e410df9cc6db11efb33e26bc1b41 (diff)
downloadrneovim-e41597c510b4708c3192aa7573137e0fe9468a3a.tar.gz
rneovim-e41597c510b4708c3192aa7573137e0fe9468a3a.tar.bz2
rneovim-e41597c510b4708c3192aa7573137e0fe9468a3a.zip
Merge pull request #29200 from zeertzjq/vim-9.1.0463
vim-patch:9.1.{0463,0466}
Diffstat (limited to 'src/nvim/optionstr.c')
-rw-r--r--src/nvim/optionstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/optionstr.c b/src/nvim/optionstr.c
index be3bec2256..050cb1fe98 100644
--- a/src/nvim/optionstr.c
+++ b/src/nvim/optionstr.c
@@ -122,8 +122,8 @@ static char *(p_bs_values[]) = { "indent", "eol", "start", "nostop", NULL };
static char *(p_fdm_values[]) = { "manual", "expr", "marker", "indent",
"syntax", "diff", NULL };
static char *(p_fcl_values[]) = { "all", NULL };
-static char *(p_cot_values[]) = { "menu", "menuone", "longest", "preview", "noinsert", "noselect",
- "popup", NULL };
+static char *(p_cot_values[]) = { "menu", "menuone", "longest", "preview", "popup",
+ "noinsert", "noselect", "fuzzy", NULL };
#ifdef BACKSLASH_IN_FILENAME
static char *(p_csl_values[]) = { "slash", "backslash", NULL };
#endif