]> granicus.if.org Git - vim/commit
patch 8.0.0606: cannot set the context for a specified quickfix list v8.0.0606
authorBram Moolenaar <Bram@vim.org>
Sun, 28 May 2017 06:16:25 +0000 (08:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 May 2017 06:16:25 +0000 (08:16 +0200)
commit6e62da3e14d32f76f60d5cc8b267059923842f17
treedf7594afe76220c2cdab1b280c59961aaa3863b4
parent6dd4a53502fb4ec1b66104eab1805e7254ad9e41
patch 8.0.0606: cannot set the context for a specified quickfix list

Problem:    Cannot set the context for a specified quickfix list.
Solution:   Use the list index instead of the current list. (Yegappan
            Lakshmanan)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c