aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-11-14 21:23:42 -0500
committerGitHub <noreply@github.com>2021-11-14 21:23:42 -0500
commit8f984dc1f29aa6ce41f233b983453bfd795e8238 (patch)
tree5655fff5088682c535be2ed5ca5d2146f5f05400 /src/nvim/options.lua
parent3c74ba4acb87ebf7c5f2090ac9b4644cafec2495 (diff)
parent2dc0af3a4ff16d311169ce2ecd120dd05778039c (diff)
downloadrneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.tar.gz
rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.tar.bz2
rneovim-8f984dc1f29aa6ce41f233b983453bfd795e8238.zip
Merge pull request #16047 from mcepl/vim-8.2.3520
vim-patch:8.2.3520: cannot define a function for thesaurus completion
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'},