vim-patch:8.0.0101

Problem:    Some options are not strictly checked.
Solution:   Add flags for strickter checks.

031cb743ae
This commit is contained in:
ckelsel
2017-09-24 11:06:16 +08:00
parent 4bb0e95abb
commit 583b68f5a9
3 changed files with 10 additions and 7 deletions

View File

@@ -575,6 +575,7 @@ return {
full_name='dictionary', abbreviation='dict',
type='string', list='onecomma', scope={'global', 'buffer'},
deny_duplicates=true,
normal_fname_chars=true,
vi_def=true,
expand=true,
varname='p_dict',
@@ -1750,6 +1751,7 @@ return {
{
full_name='printexpr', abbreviation='pexpr',
type='string', scope={'global'},
secure=true,
vi_def=true,
varname='p_pexpr',
defaults={if_true={vi=""}}