commit | 7a9cbca00a8ec53306f8a5852e332feb79091793 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 22:47:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 22:47:05 2020 +0200 |
tree | b7631986432c6cd146e167a6a3c63964361c75a6 | |
parent | 9830938e77b0d36d65b0c31eadf09f7b9d394c29 [diff] [blame] |
patch 8.2.1766: Vim9: Some tests are still using :let Problem: Vim9: Some tests are still using :let. Solution: Change the last few declarations to use :var.
diff --git a/src/version.c b/src/version.c index 9eef50a..7a2b4f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1766, +/**/ 1765, /**/ 1764,