mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 05:04:30 +08:00
@@ -649,6 +649,9 @@ endfunction
|
|||||||
|
|
||||||
" ag command suffix, [options]
|
" ag command suffix, [options]
|
||||||
function! fzf#vim#ag_raw(command_suffix, ...)
|
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))
|
return call('fzf#vim#grep', extend(['ag --nogroup --column --color '.a:command_suffix, 1], a:000))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user