commit | 8ef1fbc0c3ca8dca32c352f3cf30e7a4b3096a94 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Jul 17 20:09:37 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 13 19:32:37 2023 +0200 |
tree | db6d8c64e30698119a43186fe24b4754f413bf36 | |
parent | badeedd913d9d6456ad8087911d024fd36800743 [diff] [blame] |
patch 9.0.1708: getcompletion() failes for user-defined commands Problem: getcompletion() failes for user-defined commands Solution: set context for completion function closes: #12681 closes: #12680 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index edc013b..d38e9b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1708, +/**/ 1707, /**/ 1706,