commit | 389df259c49d1ca4f7aa129b702f6083985b1e73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 09 21:20:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 09 21:20:47 2020 +0200 |
tree | 8c9d44999305e3660ccf09dbd2d4b7aa935744a9 | |
parent | ae97b94176062d30ea8c68bb83cde034c5150c78 [diff] [blame] |
patch 8.2.1167: Vim9: builtin function method call only supports first arg Problem: Vim9: builtin function method call only supports first argument. Solution: Shift arguments when needed. (closes #6305, closes #6419)
diff --git a/src/version.c b/src/version.c index 9fcf578..c607f4e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1167, +/**/ 1166, /**/ 1165,