commit | 00e260bb6cc33ff5dbba15ac87ca7fd465aa49c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 11 19:35:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 11 19:35:52 2020 +0200 |
tree | 26e20606b22b4725a8089506d2178a42bff3f177 | |
parent | 1de5f7c81d5e78fb4d612134bd2dfa6ee9183fae [diff] [blame] |
patch 8.2.0959: using 'quickfixtextfunc' is a bit slow Problem: Using 'quickfixtextfunc' is a bit slow. Solution: Process a list of entries. (Yegappan Lakshmanan, closes #6234)
diff --git a/src/version.c b/src/version.c index 8b08d07..1479c2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 959, +/**/ 958, /**/ 957,