1
0
forked from aniani/vim

updated for version 7.4.159

Problem:    Completion hangs when scanning the current buffer after doing
            keywords. (Christian Brabandt)
Solution:   Set the first match position when starting to scan the current
            buffer.
This commit is contained in:
Bram Moolenaar
2014-01-23 22:45:58 +01:00
parent 8af269186c
commit 361aa50547
2 changed files with 11 additions and 2 deletions

View File

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