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 1e4673d167
commit 2db189f57c
2 changed files with 2 additions and 0 deletions

View File

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