1
0
forked from aniani/vim

patch 8.2.1775: MS-Windows: adding a long quickfix list is slow

Problem:    MS-Windows: adding a long quickfix list is slow.
Solution:   Shorten the buffer name only for the first entry. (Yegappan
            Lakshmanan, closes #7039, closes #7033)
This commit is contained in:
Bram Moolenaar
2020-09-29 22:47:03 +02:00
parent 32fbc4f247
commit 8ec92c9779
3 changed files with 24 additions and 4 deletions

View File

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