]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0469: too often indexing in qf_lists[] v8.1.0469
authorBram Moolenaar <Bram@vim.org>
Thu, 11 Oct 2018 15:39:12 +0000 (17:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 Oct 2018 15:39:12 +0000 (17:39 +0200)
commit108e7b422b7b59153dd5af1fb75e83fa36ff3db4
tree4d45221265c6e847918004743d96f5e10b121480
parent0664089eccec1083dd04ef2255856fb34ce62f15
patch 8.1.0469: too often indexing in qf_lists[]

Problem:    Too often indexing in qf_lists[].
Solution:   Use a qf_list_T pointer. (Yegappan Lakshmanan)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c