]> granicus.if.org Git - vim/commit
patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix window v8.0.1432
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jan 2018 10:52:13 +0000 (11:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jan 2018 10:52:13 +0000 (11:52 +0100)
commit2ec364e94dbc080ccdf6c5dfc6f1653b5b7ded64
tree8d74cacf94aec00987e569244114290683c1bf74
parent0cbcd949e15ad95171e5b33881d3a30f17073dda
patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix window

Problem:    After ":copen" can't get the window-ID of the quickfix window.
            (FalacerSelene)
Solution:   Make it work without a quickfix list.  Add a test. (Yegappan
            Lakshmanan, closes #2541)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c