]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1884 v7.4.1884
authorBram Moolenaar <Bram@vim.org>
Fri, 3 Jun 2016 17:05:49 +0000 (19:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 Jun 2016 17:05:49 +0000 (19:05 +0200)
commit2f095a4bc4d786e0ac834f48dd18a94fe2d140e3
tree8334739af2be9fd8e3bd3b010c05ae1098bc3231
parentea0345901cc2af29f9c5dd0d9d8a818d5f96a63b
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.
src/quickfix.c
src/structs.h
src/version.c