commit | 3cad47038547e694cfa26ba39c399f610d2054bd | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Thu Nov 18 15:37:29 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 18 15:37:29 2021 +0000 |
tree | 5dd99ae643ffb52869ed55ae4a5b04c5257fc393 | |
parent | 818ff25cd1aabf60b9cd239da2f1328a959954f7 [diff] [blame] |
patch 8.2.3616: arglist test does not clear the argument list consistently Problem: Arglist test does not clear the argument list consistently. Solution: Call Reset_arglist(). (Shougo Matsushita, closes #9154)
diff --git a/src/version.c b/src/version.c index b6299b8..ea1644d 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3616, +/**/ 3615, /**/ 3614,