1
0
forked from aniani/vim

patch 8.1.1366: using expressions in a modeline is unsafe

Problem:    Using expressions in a modeline is unsafe.
Solution:   Disallow using expressions in a modeline, unless the
            'modelineexpr' option is set.  Update help, add more tests.
This commit is contained in:
Bram Moolenaar
2019-05-23 15:38:06 +02:00
parent 5357552140
commit 110289e781
6 changed files with 169 additions and 34 deletions

View File

@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1366,
/**/
1365,
/**/