1
0
forked from aniani/vim

patch 8.2.3638: getcompletion() always passes zero as position

Problem:    getcompletion() always passes zero as position to custom
            completion function.
Solution:   Pass the pattern length. (closes #9173)
This commit is contained in:
ii14
2021-11-21 12:13:56 +00:00
committed by Bram Moolenaar
parent 923dce2b07
commit 4785fe02bb
3 changed files with 9 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3638,
/**/
3637,
/**/