[fzf#vim#grep] Remove color overrides

Related: https://github.com/junegunn/fzf.vim/issues/1197#issuecomment-739804363
This commit is contained in:
Junegunn Choi
2020-12-07 18:50:21 +09:00
parent cabfd44a8b
commit 8fa9cf0524

View File

@@ -786,8 +786,7 @@ function! fzf#vim#grep(grep_command, has_column, ...)
\ 'column': a:has_column,
\ 'options': ['--ansi', '--prompt', capname.'> ',
\ '--multi', '--bind', 'alt-a:select-all,alt-d:deselect-all',
\ '--delimiter', ':', '--preview-window', '+{2}-/2',
\ '--color', 'hl:4,hl+:12']
\ '--delimiter', ':', '--preview-window', '+{2}-/2']
\}
function! opts.sink(lines)
return s:ag_handler(a:lines, self.column)