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/ex_cmdidxs.h b/src/ex_cmdidxs.h index 0f9eb39..2e59d2c 100644 --- a/src/ex_cmdidxs.h +++ b/src/ex_cmdidxs.h
@@ -69,4 +69,4 @@ /* z */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }; -static const int command_count = 571; +static const int command_count = 573;