commit | cfcd011fcd8021da52fba62dabf7a2497f1879b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 15:19:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 15:19:27 2020 +0200 |
tree | 4b15ba4d18a6901feb2e0863e150cb0b3302fba5 | |
parent | c0e29010f68a0ebe439f9bd78493799c60b7bfd3 [diff] [blame] |
patch 8.2.1756: Vim9: :let will soon be disallowed Problem: Vim9: :let will soon be disallowed. Solution: Add v:disallow_let temporarily. Fix tests.
diff --git a/src/version.c b/src/version.c index 2072b35..a0bea6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1756, +/**/ 1755, /**/ 1754,