commit | 083966f671475ae1b67f746f0b3f5309a45dfd8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 08 11:29:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 08 11:29:40 2020 +0100 |
tree | d3237c6e412c91ba4cd4878027d135147a84946b | |
parent | 8ff16e0183e0b07f34c0db8160cf6a472c427eb8 [diff] [blame] |
patch 8.2.2108: Vim9: no test to check for :let error Problem: Vim9: no test to check for :let error. Solution: Add a test. Rename tests from _let_ to _var_.
diff --git a/src/version.c b/src/version.c index 8dba7a6..5ac7d2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2108, +/**/ 2107, /**/ 2106,