On Saturday, July 15, 2017 at 1:59:52 PM UTC-5, Christian Brabandt wrote: > On Sa, 15 Jul 2017, Ben Fritz wrote: > > > For determining whether a quickfix window is a location list or a > > quickfix list, is there a different way to do that besides attempting > > a ":copen" command? I get the same error for that command, even if I'm > > you can use getwininfo(win_getid()) and check the 'quickfix' and > 'loclist' items. >
Thanks, I knew there would be a way with all the quickfix additions recently! I now have a solution that works, although it's definitely annoying the ":wincmd _" doesn't work. -- -- 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]. For more options, visit https://groups.google.com/d/optout.
