]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1153 v7.4.1153
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Jan 2016 21:44:10 +0000 (22:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Jan 2016 21:44:10 +0000 (22:44 +0100)
commit6920c72d4d62c8dc5596e9f392e38204f561d7af
treec4f6d6718ccad3e1e7769c66a76e91842e3e97f2
parent09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3
patch 7.4.1153
Problem:    Autocommands triggered by quickfix cannot always get the current
            title value.
Solution:   Call qf_fill_buffer() later. (Christian Brabandt)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c