commit | be5cdd1d634c2dfc7e415499fb18f4d246a8721c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Aug 17 23:48:58 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Aug 17 23:48:58 2023 +0200 |
tree | 954b0530cecaf7040891d51dedf41988ab03b26c | |
parent | d2af6c66fe9b6bbb58d6ffdf8b3aa6e57d993b1f [diff] [blame] |
patch 9.0.1734: :runtime completion fails for multiple args Problem: :runtime completion fails for multiple args Solution: Make it work closes: #12616 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
diff --git a/src/version.c b/src/version.c index 539b389..ba42318 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1734, +/**/ 1733, /**/ 1732,