aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 8b9cdefd57..71208dfc68 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -2536,6 +2536,15 @@ return {
defaults={if_true=""}
},
{
+ full_name='thesaurusfunc', abbreviation='tsrfu',
+ short_desc=N_("function used for thesaurus completion"),
+ type='string', scope={'global', 'buffer'},
+ secure=true,
+ alloced=true,
+ varname='p_tsrfu',
+ defaults={if_true=""}
+ },
+ {
full_name='tildeop', abbreviation='top',
short_desc=N_("tilde command \"~\" behaves like an operator"),
type='bool', scope={'global'},