commit | 505ed0c38f73b5c2d1695b4d51518b690d72eb3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:02:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:02:46 2022 +0100 |
tree | 530691606add3c4861b02d40c8109e328dc3528e | |
parent | ea72038d60401d351faaf1b4a52f4537e719df6f [diff] [blame] |
patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond" Problem: Vim9: using "else" differs from using "endif/if !cond". Solution: Leave the block and enter another one. (closes #10320)
diff --git a/src/version.c b/src/version.c index 5ad7551..3242c14 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4873, +/**/ 4872, /**/ 4871,