1
0
forked from aniani/vim

patch 8.0.1806: InsertCharPre causes problems for autocomplete

Problem:    InsertCharPre causes problems for autocomplete. (Lifepillar)
Solution:   Check for InsertCharPre before calling vpeekc(). (Christian
            Brabandt, closes #2876)
This commit is contained in:
Bram Moolenaar
2018-05-08 22:48:00 +02:00
parent 18cebf4417
commit 39de952577
3 changed files with 36 additions and 1 deletions

View File

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