]> granicus.if.org Git - vim/commit
patch 8.2.1775: MS-Windows: adding a long quickfix list is slow v8.2.1775
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 20:47:03 +0000 (22:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 20:47:03 +0000 (22:47 +0200)
commit8ec92c977976d9e9225183e36a80e6b0cdbf1f51
treefff0d1e92c0e148aee452e08f34fd4a6247598ba
parent32fbc4f247a31e35ade0939542e11aa033a2554f
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)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c