[Ag] --nth 4..,.. (#27)

This commit is contained in:
Junegunn Choi
2015-10-17 01:36:08 +09:00
parent e3bf9f2487
commit ee794573e5

View File

@@ -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