maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Multiple quickfix buffers. #52

Open vsviridov opened 8 years ago

vsviridov commented 8 years ago

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?