commit | 37ce6d3a6ab7c7864de6788feb67377e8bbffa63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 17:57:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 17:57:43 2020 +0200 |
tree | 36763c84e5fafd85d0d0860ba8998d8e29191507 | |
parent | 5597ba046790e5ffd76dfc327d7898c56df65d3f [diff] [blame] |
patch 8.2.1759: 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 ed7b449..fe73a92 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1759, +/**/ 1758, /**/ 1757,