On Thursday, December 11, 2014 1:10:31 PM UTC-6, Gary Furash wrote: > I use a number of plugins that show their results in the QuickFix window. > Now, when I use them (or just type cc), I see something like > > (1 of 30) ... > > in the command line instead of a nice quickfix window. > > What have I done? How can I fix this?
:cc by default does NOT show the quickfix window. You need to open the window manually, with :copen or :cwindow -- -- You received this message from the "vim_use" 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_use" 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.
