mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 13:14:30 +08:00
[Marks] Use foreground color for "Number" highlight group (#581)
This commit is contained in:
@@ -941,7 +941,7 @@ endfunction
|
|||||||
" Marks
|
" Marks
|
||||||
" ------------------------------------------------------------------
|
" ------------------------------------------------------------------
|
||||||
function! s:format_mark(line)
|
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
|
endfunction
|
||||||
|
|
||||||
function! s:mark_sink(lines)
|
function! s:mark_sink(lines)
|
||||||
|
|||||||
Reference in New Issue
Block a user