For more details, check exVim's Docs: QuickFix Window
TODO
ex-qfix is also a part of exVim project.
- Vim 6.0 or higher.
- exvim/ex-utility
ex-qfix is written based on exvim/ex-utility. This is the basic library of ex-vim-plugins. Follow the readme file in ex-utility to install it first.
ex-qfix follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
To install using Vundle:
# add this line to your .vimrc file
Bundle 'exvim/ex-qfix'
To install using Pathogen:
cd ~/.vim/bundle
git clone https://github.com/exvim/ex-qfix
To install using NeoBundle:
# add this line to your .vimrc file
NeoBundle 'exvim/ex-qfix'
cd ~/.vim
unzip ex-qfix-master.zip
copy all of the files into your ~/.vim directory
More details, check exVim's Docs: QuickFix Window
and :help exqfix
in Vim.