1
0
forked from aniani/vim

patch 8.2.2704: adding a lot of completions can be a bit slow

Problem:    Adding a lot of completions can be a bit slow.
Solution:   Use fast_breakcheck() instead of ui_breakcheck() when adding a
            list of completions. (Ben Jackson, closes #8061)
This commit is contained in:
Bram Moolenaar
2021-04-03 20:13:30 +02:00
parent 6e50ec2f0a
commit 440cf096fa
2 changed files with 13 additions and 7 deletions

View File

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