]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2017 v7.4.2017
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jul 2016 15:00:38 +0000 (17:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jul 2016 15:00:38 +0000 (17:00 +0200)
commit8240433f48f7383c281ba2453cc55f10b8ec47d9
tree6b70e050976645909c15236df272ab9f61672e14
parent2bc127f94016801250f8f24234f90a5182d77e73
patch 7.4.2017
Problem:    When there are many errors adding them to the quickfix list takes
            a long time.
Solution:   Add BLN_NOOPT.  Don't call buf_valid() in buf_copy_options().
            Remember the last file name used.  When going through the buffer
            list start from the end of the list.  Only call buf_valid() when
            autocommands were executed.
src/buffer.c
src/option.c
src/quickfix.c
src/version.c
src/vim.h