commit | 97f227d9c9351f12138d923ffdf9232dc5520bef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 20:20:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 20:20:52 2021 +0200 |
tree | 54c433f7400230e17cb1bc121e1ce85d0e362a21 | |
parent | b7480cd8931fa1696265f75c7d4d9fdf0be69e12 [diff] [blame] |
patch 8.2.3105: Vim9: type of partial is wrong when it has arguments Problem: Vim9: type of partial is wrong when it has arguments. Solution: Subtract arguments from the count. (issue #8492)
diff --git a/src/version.c b/src/version.c index 1f2b18f..1f37479 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3105, +/**/ 3104, /**/ 3103,