commit | d2e716e6dfd50b605867c7c684373384c8edf707 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 20 14:39:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 20 14:39:52 2019 +0200 |
tree | 84b0d9607af4963fe9a6a61ddb8a0c414f57f5f8 | |
parent | 3a4c53ba51c01b8fea68972453a71c55cf32edbe [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f9b53b0..2761458 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1188, +/**/ 1187, /**/ 1186,