mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 20:54:28 +08:00
[Marks] Use foreground color for "Number" highlight group (#581)
This commit is contained in:
@@ -941,7 +941,7 @@ endfunction
|
||||
" Marks
|
||||
" ------------------------------------------------------------------
|
||||
function! s:format_mark(line)
|
||||
return substitute(a:line, '\S', '\=s:yellow(submatch(0))', '')
|
||||
return substitute(a:line, '\S', '\=s:yellow(submatch(0), "Number")', '')
|
||||
endfunction
|
||||
|
||||
function! s:mark_sink(lines)
|
||||
|
||||
Reference in New Issue
Block a user