]> granicus.if.org Git - vim/commit
patch 8.1.0407: quickfix code mixes using the stack and a list pointer v8.1.0407
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Sep 2018 20:50:06 +0000 (22:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Sep 2018 20:50:06 +0000 (22:50 +0200)
commitfe15b7dfa628d4edd683dae9528194c0e5510128
treedd65ab13308946b2d75514e256ebec61325e3859
parent9e81db9742a35cc972ce5cae204e837093987692
patch 8.1.0407: quickfix code mixes using the stack and a list pointer

Problem:    Quickfix code mixes using the stack and a list pointer.
Solution:   Use a list pointer in more places. (Yegappan Lakshmanan,
            closes #3443)
src/quickfix.c
src/version.c