commit | 4f16e9de985c5178e9cf15d69facfec6f15a5e09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 18:46:29 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 18:46:29 2021 +0000 |
tree | e04ae6d33923c88dddb168a1306375626d9d8317 | |
parent | 48c0196378a1fa408ebae4f578a62095d8a80c6f [diff] [blame] |
patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Problem: Test fails because of using Vim9 syntax in legacy function. Solution: Add "call".
diff --git a/src/version.c b/src/version.c index 3ac3177..0150ddb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3786, +/**/ 3785, /**/ 3784,