deris / vim-quickfixdo

execute Vim command for each file in quickfix list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quickfixdo

This plugin execute Vim command for each file in quickfix list.

Usage

" For example, add quickfix list using vimgrep
:vimgrep /hoge/ **/*

" Execute 999@q for each file in quickfix list
:QuickFixDo normal! 999@q

" Another example, add files in quickfix list to argument list
:QuickFixArgs

License

MIT License

About

execute Vim command for each file in quickfix list


Languages

Language:Vim Script 100.0%