commit | 575f24b3f3d8cd8bfc2da402c2938c0c7ace7877 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 14:21:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 14:21:11 2020 +0200 |
tree | e8b8828ac41f96f8205d08935bcc2223dd1f2c8e | |
parent | 040f975fc1de14ada5e0a7324bb5e51e461be2dd [diff] [blame] |
patch 8.2.1425: Vim9: cannot use call() without :call Problem: Vim9: cannot use call() without :call. Solution: Do not skip over "call(". (closes #6689)
diff --git a/src/version.c b/src/version.c index ec86fb4..1ab7a61 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1425, +/**/ 1424, /**/ 1423,