1
0
forked from aniani/vim

patch 8.0.1482: using feedkeys() does not work to test completion

Problem:    Using feedkeys() does not work to test Insert mode completion.
            (Lifepillar)
Solution:   Do not check for typed keys when executing :normal or feedkeys().
            Fix thesaurus completion not working when 'complete' is empty.
This commit is contained in:
Bram Moolenaar
2018-02-09 15:06:02 +01:00
parent 1567558b20
commit 02ae9b4a93
5 changed files with 27 additions and 14 deletions

View File

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