commit | 864293abb72d62604d8d6b458addfb43c14230c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 13:40:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 13:40:04 2016 +0200 |
tree | 3cb4098a4d5ab07b709bd54e254efa384183ce95 | |
parent | dec6c7beda5491b28f67f430fc9d01467050c1ca [diff] [blame] |
patch 7.4.1871 Problem: Appending to the quickfix list while the quickfix window is open is very slow. Solution: Do not delete all the lines, only append the new ones. Avoid using a window while updating the list. (closes #841)
diff --git a/src/version.c b/src/version.c index a7af566..3340537 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1871, +/**/ 1870, /**/ 1869,