commit | 0395f88b84b8917aeff1f7026cf968de0f55ba22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 04 17:29:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 04 17:29:15 2022 +0100 |
tree | 1fa01012e64ddc3e654a3b8613feaa6d70757fd6 | |
parent | c9af617ac62b15bfcbbfe8c54071146e2af01f65 [diff] [blame] |
patch 8.2.4864: Vim9: script test fails Problem: Vim9: script test fails. Solution: Remove "if" around declaration.
diff --git a/src/version.c b/src/version.c index 0899944..1922323 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4864, +/**/ 4863, /**/ 4862,