mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
vim-patch:8.0.0101
Problem: Some options are not strictly checked.
Solution: Add flags for strickter checks.
031cb743ae
This commit is contained in:
@@ -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=""}}
|
||||
|
Reference in New Issue
Block a user