fzf.vim/autoload/fzf
Junegunn Choi 7707746311
Add fzf#vim#grep() function
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)
2016-09-25 16:48:47 +09:00
..
vim Addendum fix for #136 2016-04-29 10:40:57 +09:00
vim.vim Add fzf#vim#grep() function 2016-09-25 16:48:47 +09:00