1
0
forked from aniani/vim

patch 9.0.0567: 'completeopt' "longest" is not used for complete()

Problem:    'completeopt' "longest" is not used for complete().
Solution:   Also use "longest" for complete(). (Bjorn Linse, closes #11206)
This commit is contained in:
bfredl
2022-09-24 11:17:51 +01:00
committed by Bram Moolenaar
parent 9fd1583c83
commit 87af60c915
3 changed files with 32 additions and 3 deletions

View File

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