mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 20:54:28 +08:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user