commit | 2f095a4bc4d786e0ac834f48dd18a94fe2d140e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 03 19:05:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 03 19:05:49 2016 +0200 |
tree | 8334739af2be9fd8e3bd3b010c05ae1098bc3231 | |
parent | ea0345901cc2af29f9c5dd0d9d8a818d5f96a63b [diff] [blame] |
patch 7.4.1884 Problem: Updating marks in a quickfix list is very slow when the list is long. Solution: Only update marks if the buffer has a quickfix entry.
diff --git a/src/version.c b/src/version.c index 6278002..0f9e840 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1884, +/**/ 1883, /**/ 1882,