commit | 3e2534ed1a6557445747e6c1439ad26ec8eabfc4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 17:55:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 17:55:31 2020 +0100 |
tree | 5dd1426536ed0879fd1c37b958b2d945f477cb24 | |
parent | 159563b439d1b2a61d1003430b6c9f2a8509b5c5 [diff] [blame] |
patch 8.2.1918: Vim9: E1100 mentions :let Problem: Vim9: E1100 mentions :let. Solution: Mention "var". (closes #7207)
diff --git a/src/version.c b/src/version.c index 32c42a0..a7508ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1918, +/**/ 1917, /**/ 1916,