mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 13:14:30 +08:00
@@ -692,7 +692,7 @@ function! fzf#vim#grep(grep_command, with_column, ...)
|
|||||||
\ 'column': a:with_column,
|
\ 'column': a:with_column,
|
||||||
\ 'options': ['--ansi', '--prompt', capname.'> ',
|
\ 'options': ['--ansi', '--prompt', capname.'> ',
|
||||||
\ '--multi', '--bind', 'alt-a:select-all,alt-d:deselect-all',
|
\ '--multi', '--bind', 'alt-a:select-all,alt-d:deselect-all',
|
||||||
\ '--color', 'hl:68,hl+:110']
|
\ '--color', 'hl:4,hl+:12']
|
||||||
\}
|
\}
|
||||||
function! opts.sink(lines)
|
function! opts.sink(lines)
|
||||||
return s:ag_handler(a:lines, self.column)
|
return s:ag_handler(a:lines, self.column)
|
||||||
|
|||||||
Reference in New Issue
Block a user