commit | e28d9b3bd4de2c7288add83ec35dc001ba280617 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 18:56:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 18:56:53 2021 +0200 |
tree | 9703589a42e63637f98b4799da3f5d5157607d4c | |
parent | 00aaa512d5e775e0db21e251f43d7afb8fca910f [diff] [blame] |
patch 8.2.3091: Vim9: default argument expr. cannot use previous argument Problem: Vim9: default argument expression cannot use previous argument Solution: Correct argument index. (closes #8496)
diff --git a/src/version.c b/src/version.c index 0cefeba..5f07483 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3091, +/**/ 3090, /**/ 3089,