vim-patch:8.1.1367: can set 'modelineexpr' in modeline

Problem:    can set 'modelineexpr' in modeline.
Solution:   Add P_SECURE flag.
7e800c6047
This commit is contained in:
James McCoy
2019-06-22 22:06:30 -04:00
parent 3bd532ad15
commit 536e9320a0
2 changed files with 2 additions and 0 deletions

View File

@@ -1551,6 +1551,7 @@ return {
full_name='modelineexpr', abbreviation='mle',
type='bool', scope={'global'},
vi_def=true,
secure=true,
varname='p_mle',
defaults={if_true={vi=false}}
},