commit | 83e6d7ac6a1c2a0cb5ee6c8420a5dc792f1d5ffa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 22:08:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 02 22:08:05 2016 +0200 |
tree | 5c8b1924dc61be328bcc29dd894416034de9f21f | |
parent | 76929af43134b4222b33648b6c53754a34f24524 [diff] [blame] |
patch 7.4.1881 Problem: Appending to a long quickfix list is slow. Solution: Add qf_last.
diff --git a/src/version.c b/src/version.c index 9cf3972..53f6098 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1881, +/**/ 1880, /**/ 1879,