mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
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:
@@ -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}}
|
||||
},
|
||||
|
Reference in New Issue
Block a user