]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1366: using expressions in a modeline is unsafe v8.1.1366
authorBram Moolenaar <Bram@vim.org>
Thu, 23 May 2019 13:38:06 +0000 (15:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 May 2019 13:38:06 +0000 (15:38 +0200)
commit110289e78195b6d01e1e6ad26ad450de476d41c1
treee8ebd689bcacaca15fc28fae19e020c79c5539c9
parent53575521406739cf20bbe4e384d88e7dca11f040
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.
runtime/doc/options.txt
src/option.c
src/option.h
src/testdir/test49.in
src/testdir/test_modeline.vim
src/version.c