commit | ac564082f118ccdca828980c5f10b65a40bffb4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 19:05:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 19:05:33 2020 +0200 |
tree | ac08b4a16a8e60a69f8d7efa109f1f9c17fa0fcb | |
parent | 2914a20abc78d4ace94d48d6e6ab9f0da894dd7e [diff] [blame] |
patch 8.2.1761: Vim9: Some tests are still using :let Problem: Vim9: Some tests are still using :let. Solution: Change more declarations to use :var.
diff --git a/src/version.c b/src/version.c index 7205343..ccedf64 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1761, +/**/ 1760, /**/ 1759,