]> granicus.if.org Git - vim/commit
patch 8.1.1188: not all Vim variables require the v: prefix v8.1.1188
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Apr 2019 12:39:52 +0000 (14:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Apr 2019 12:39:52 +0000 (14:39 +0200)
commitd2e716e6dfd50b605867c7c684373384c8edf707
tree84b0d9607af4963fe9a6a61ddb8a0c414f57f5f8
parent3a4c53ba51c01b8fea68972453a71c55cf32edbe
patch 8.1.1188: not all Vim variables require the v: prefix

Problem:    Not all Vim variables require the v: prefix.
Solution:   When scriptversion is 3 all Vim variables can only be used with
            the v: prefix.  (Ken Takata, closes #4274)
runtime/doc/eval.txt
src/eval.c
src/ex_cmds2.c
src/testdir/test_eval_stuff.vim
src/version.c