summaryrefslogtreecommitdiffstats
path: root/src/testdir/test49.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-23 15:38:06 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-23 15:38:06 +0200
commit110289e78195b6d01e1e6ad26ad450de476d41c1 (patch)
treee8ebd689bcacaca15fc28fae19e020c79c5539c9 /src/testdir/test49.in
parent53575521406739cf20bbe4e384d88e7dca11f040 (diff)
patch 8.1.1366: using expressions in a modeline is unsafev8.1.1366
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.
Diffstat (limited to 'src/testdir/test49.in')
-rw-r--r--src/testdir/test49.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test49.in b/src/testdir/test49.in
index 79f13f6a56..a0c9e0d3a5 100644
--- a/src/testdir/test49.in
+++ b/src/testdir/test49.in
@@ -5,7 +5,7 @@ test49.failed, try to add one or more "G"s at the line ending in "test.out"
STARTTEST
:so small.vim
-:se nocp nomore viminfo+=nviminfo
+:se nocp nomore viminfo+=nviminfo modelineexpr
:lang mess C
:so test49.vim
:" Go back to this file and append the results from register r.