summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorii14 <ii14@users.noreply.github.com>2021-11-21 12:13:56 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-21 12:13:56 +0000
commit4785fe02bba14c4e0aede0fa425ca790a1cb98d7 (patch)
tree9619c22915e44234cc765cc34074bc53798cbaed /src/version.c
parent923dce2b07ff185c0ef661f3eca47bc17655f01b (diff)
patch 8.2.3638: getcompletion() always passes zero as positionv8.2.3638
Problem: getcompletion() always passes zero as position to custom completion function. Solution: Pass the pattern length. (closes #9173)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f508d77826..76cc5a47d8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3638,
+/**/
3637,
/**/
3636,