From 9becdf2b98e56d5eb193f3413d706ea433269216 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 10 Oct 2020 21:33:48 +0200 Subject: 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. --- src/ex_cmdidxs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_cmdidxs.h') diff --git a/src/ex_cmdidxs.h b/src/ex_cmdidxs.h index 0f9eb39ff6..2e59d2c502 100644 --- a/src/ex_cmdidxs.h +++ b/src/ex_cmdidxs.h @@ -69,4 +69,4 @@ static const unsigned char cmdidxs2[26][26] = /* 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; -- cgit v1.2.3