commit | 5c7a299c1652b28977c30e3e3a5ab93c65e7f7ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 13:29:38 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 13:29:38 2021 +0100 |
tree | c14eaf648415c5eeccb3e9feb4cfda533c4cde73 | |
parent | 4355894869355c185e7810e67d52802453576e81 [diff] [blame] |
patch 8.2.2628: Vim9: #{ can still be used at the script level Problem: Vim9: #{ can still be used at the script level. Solution: Give an error for #{ like in a :def function.
diff --git a/src/version.c b/src/version.c index 7c4db55..bcf8b6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2628, +/**/ 2627, /**/ 2626,