commit | 89b474dd4f0de878b4c48eeb9e223f0c22ee1442 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 21:19:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 21:19:39 2020 +0100 |
tree | a8acb039b0d11217e2f4f3d8611b79cb47f4c4c9 | |
parent | 3bdc90b7dfab314768a8f56454ea62929524f05c [diff] [blame] |
patch 8.2.2194: Vim9: cannot use :const or :final at the script level Problem: Vim9: cannot use :const or :final at the script level. Solution: Support using :const and :final. (closes #7526)
diff --git a/src/version.c b/src/version.c index 73a80aa..d4ca3c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2194, +/**/ 2193, /**/ 2192,