commit | 30fd8204cecb317d842b964d624d492088d6d15f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 15:09:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 15:09:30 2020 +0200 |
tree | 0df8a56d4a3c20098586020bc35b5e6e0b681894 | |
parent | 273af497cac345897cf6369baa87a070876a5815 [diff] [blame] |
patch 8.2.1744: Vim9: using ":const!" is weird Problem: Vim9: using ":const!" is weird. Solution: Use "var" - "final" - "const" like Dart. "let" still works for now.
diff --git a/src/version.c b/src/version.c index 282c04e..03a5581 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1744, +/**/ 1743, /**/ 1742,