diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-29 22:47:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-29 22:47:03 +0200 |
commit | 8ec92c977976d9e9225183e36a80e6b0cdbf1f51 (patch) | |
tree | fff0d1e92c0e148aee452e08f34fd4a6247598ba /src/version.c | |
parent | 32fbc4f247a31e35ade0939542e11aa033a2554f (diff) | |
download | vim-git-8ec92c977976d9e9225183e36a80e6b0cdbf1f51.tar.gz |
patch 8.2.1775: MS-Windows: adding a long quickfix list is slowv8.2.1775
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 550296687..26285fbc4 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1775, +/**/ 1774, /**/ 1773, |