vim-patch:8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope

Problem:    'thesaurus' and 'thesaurusfunc' do not have the same scope.
Solution:   Make 'thesaurusfunc' global-local.
f4d8b76d30
This commit is contained in:
Matěj Cepl
2021-10-17 16:37:29 +02:00
parent b092171e7c
commit 2dc0af3a4f
8 changed files with 106 additions and 52 deletions

View File

@@ -2538,10 +2538,10 @@ return {
{
full_name='thesaurusfunc', abbreviation='tsrfu',
short_desc=N_("function used for thesaurus completion"),
type='string', scope={'buffer'},
type='string', scope={'global', 'buffer'},
secure=true,
alloced=true,
varname='p_thsfu',
varname='p_tsrfu',
defaults={if_true=""}
},
{