comparison src/testdir/test49.in @ 16728:e55c26aaf484 v8.1.1366

patch 8.1.1366: using expressions in a modeline is unsafe commit https://github.com/vim/vim/commit/110289e78195b6d01e1e6ad26ad450de476d41c1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 23 15:38:06 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 15:45:06 +0200
parents 702f694c9396
children b55b4a21f006
comparison
equal deleted inserted replaced
16727:8be69877c5de 16728:e55c26aaf484
3 If after adding a new test, the test output doesn't appear properly in 3 If after adding a new test, the test output doesn't appear properly in
4 test49.failed, try to add one or more "G"s at the line ending in "test.out" 4 test49.failed, try to add one or more "G"s at the line ending in "test.out"
5 5
6 STARTTEST 6 STARTTEST
7 :so small.vim 7 :so small.vim
8 :se nocp nomore viminfo+=nviminfo 8 :se nocp nomore viminfo+=nviminfo modelineexpr
9 :lang mess C 9 :lang mess C
10 :so test49.vim 10 :so test49.vim
11 :" Go back to this file and append the results from register r. 11 :" Go back to this file and append the results from register r.
12 :buf test49.in 12 :buf test49.in
13 G"rp:/^Results/,$w! test.out 13 G"rp:/^Results/,$w! test.out