1
0
forked from aniani/vim

patch 8.2.2426: allowing 'completefunc' to switch windows causes trouble

Problem:    Allowing 'completefunc' to switch windows causes trouble.
Solution:   use "textwinlock" instead of "textlock".
This commit is contained in:
Bram Moolenaar
2021-01-29 21:07:07 +01:00
parent df2c2988bb
commit 28976e2acc
4 changed files with 17 additions and 21 deletions

View File

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