commit | 9becdf2b98e56d5eb193f3413d706ea433269216 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 21:33:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 21:33:48 2020 +0200 |
tree | 5733bdcc5289fed0156acb11d6e9e32bef266a06 | |
parent | d747548c664815bb6e8520afa90b6108e1997591 [diff] [blame] |
patch 8.2.1826: Vim9: cannot use a {} block at script level Problem: Vim9: cannot use a {} block at script level. Solution: Recognize a {} block.
diff --git a/src/version.c b/src/version.c index 789e104..6ff2aa0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1826, +/**/ 1825, /**/ 1824,