parent
39f0c2d0a4
commit
0b0d9f0912
1 changed files with 3 additions and 0 deletions
|
@ -649,6 +649,9 @@ endfunction
|
|||
|
||||
" ag command suffix, [options]
|
||||
function! fzf#vim#ag_raw(command_suffix, ...)
|
||||
if !executable('ag')
|
||||
return s:warn('ag is not found')
|
||||
endif
|
||||
return call('fzf#vim#grep', extend(['ag --nogroup --column --color '.a:command_suffix, 1], a:000))
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue