commit | 38a3bfa9a2931729a5e0c28dc087f745b68988ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 29 22:14:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 29 22:14:55 2021 +0200 |
tree | c61f9b6770b18110e9c8f317a91235d88f8876cd | |
parent | 9ea7e55ab9eacbdcfde76627fdc070a9cb4d1d45 [diff] [blame] |
patch 8.2.2677: Vim9: cannot use only some of the default arguments Problem: Vim9: cannot use only some of the default arguments. Solution: Use v:none to use default argument value. Remove uf_def_arg_idx[], use JUMP_IF_ARG_SET. (closes #6504)
diff --git a/src/version.c b/src/version.c index 8053d92..012530f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2677, +/**/ 2676, /**/ 2675,