mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-10 13:32:35 +08:00
Add Rg for ripgrep
This commit is contained in:
@@ -614,7 +614,7 @@ function! fzf#vim#buffers(...)
|
||||
endfunction
|
||||
|
||||
" ------------------------------------------------------------------
|
||||
" Ag
|
||||
" Ag / Rg
|
||||
" ------------------------------------------------------------------
|
||||
function! s:ag_to_qf(line, with_column)
|
||||
let parts = split(a:line, ':')
|
||||
|
||||
Reference in New Issue
Block a user