commit | 962c43bf0d6a33b905f2acd920d3701476ebb5c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 17:18:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 17:18:09 2021 +0200 |
tree | bf4fba7f906f8b0c82ae605baefc0557f664bd71 | |
parent | 599410cb3cb19946cd6df22441da5de003e114bb [diff] [blame] |
patch 8.2.2744: Vim9: no way to explicitly ignore an argument Problem: Vim9: no way to explicitly ignore an argument. Solution: Use the underscore as the name for an ignored argument.
diff --git a/src/version.c b/src/version.c index a22312a..d5a9dc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2744, +/**/ 2743, /**/ 2742,