mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-24 21:11:29 +08:00
[Ag] --nth 4..,.. (#27)
This commit is contained in:
@@ -391,7 +391,7 @@ function! fzf#vim#ag(query, ...)
|
||||
\ 'source': printf('ag --nogroup --column --color "%s"',
|
||||
\ escape(empty(a:query) ? '^(?=.)' : a:query, '"\-')),
|
||||
\ 'sink*': s:function('s:ag_handler'),
|
||||
\ 'options': '--ansi --delimiter : --nth 4.. --prompt "Ag> " '.
|
||||
\ 'options': '--ansi --delimiter : --nth 4..,.. --prompt "Ag> " '.
|
||||
\ '--multi --bind ctrl-a:select-all,ctrl-d:deselect-all '.
|
||||
\ '--color hl:68,hl+:110'.s:expect()}, a:000)
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user