mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-28 20:42:28 +08:00
Close #36 e.g. " Using git grep command! -bang -nargs=* GGrep call fzf#vim#grep('git grep --line-number '.shellescape(<q-args>), 0, <bang>0) " Using GNU grep command! -bang -nargs=* Grep call fzf#vim#grep('grep -r --line-number '.shellescape(<q-args>).' *', 0, <bang>0)
34 KiB
34 KiB