You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the option let g:validator_auto_open_quickfix = 1 set in my .vimrc. I also use CtrlP (not sure if it's relevant). If I open multiple buffers i get multiple quickfix windows. Sometimes when CtrlP does search or autocomplete - more quickfix buffers appear. Is there a way to aggregate the errors into a single quickfix buffer or at least switch quickfix results when I do :bufnext and :bufprev?
The text was updated successfully, but these errors were encountered:
I have the option
let g:validator_auto_open_quickfix = 1
set in my.vimrc
. I also useCtrlP
(not sure if it's relevant). If I open multiple buffers i get multiple quickfix windows. Sometimes whenCtrlP
does search or autocomplete - more quickfix buffers appear. Is there a way to aggregate the errors into a single quickfix buffer or at least switch quickfix results when I do:bufnext
and:bufprev
?The text was updated successfully, but these errors were encountered: