m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Ag - do not match against filename

Junegunn Choi
2015-07-31 02:24:34 +09:00
parent 9552a22d86
commit 3cb4f86603

@@ -211,7 +211,7 @@ command! -nargs=* Ag call fzf#run({
\ 'source': printf('ag --nogroup --column --color "%s"', \ 'source': printf('ag --nogroup --column --color "%s"',
\ escape(empty(<q-args>) ? '^(?=.)' : <q-args>, '"\')), \ escape(empty(<q-args>) ? '^(?=.)' : <q-args>, '"\')),
\ 'sink*': function('<sid>ag_handler'), \ 'sink*': function('<sid>ag_handler'),
\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x '. \ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --delimiter : --nth 4.. '.
\ '--multi --bind ctrl-a:select-all,ctrl-d:deselect-all '. \ '--multi --bind ctrl-a:select-all,ctrl-d:deselect-all '.
\ '--color hl:68,hl+:110', \ '--color hl:68,hl+:110',
\ 'down': '50%' \ 'down': '50%'