commit | a90afb9a590c92d537faeb16f9ccd282fc78aeff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 22:38:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 22:38:56 2020 +0200 |
tree | 7e4ae2d181499d472ed9e3c80f72345d43aff90f | |
parent | e30f64b4b551bb00318dc09c2f13ecd3d711119a [diff] [blame] |
patch 8.2.1224: Vim9: arguments from partial are not used Problem: Vim9: arguments from partial are not used. Solution: Put the partial arguments on the stack. (closes #6460)
diff --git a/src/version.c b/src/version.c index 92cbe50..2a915fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1224, +/**/ 1223, /**/ 1222,