Hi, On Sat, Jun 15, 2019 at 2:29 PM Ben Jackson <[email protected]> wrote: > > Describe the bug > > Running :copen should, according to the docs make the current quick fix > window current. As of some recent patch, it is opening a new one. > > To Reproduce > Detailed steps to reproduce the behavior: > > Run vim --clean > Type :copen<CR> > Type :copen<CR> > > Expected behavior > The existing quick fix menu is made current. > > Actual behaviour > A second quick fix window is displayed. > > Additional context > > I am also finding that jumping to quick fix entries isn't working, so > something really > bad seems to have happened to quick fix. Was there a recent change in this > area? >
Can you try after patch #1549? The patch #1547 made some changes to a function that checks whether 'buftype' is nofile or not. It looks like this broke the quickfix functionality. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7kU3nmp8pS5wwgD4i3nXm2eT6oPnXqAjt7qU3-TpPnhiA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
