You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of :echo system(fzf#exec() .. ' --version')
0.57.0 (0476a65)
OS
Linux
macOS
Windows
Etc.
Problem / Steps to reproduce
Just wanted to ask about the coloring (and the 2 spaces) of the :Buffers command, specifically how it applies them to the current buffer on top. I've modified fzf#vim#_format_buffer(b) in the fzf.vim/autoload/fzf/vim.vim to my liking, but I can't find this cyan coloring and spacing anywhere. I tried changing all of the let s:ansi to the same number, but it had no effect.
The text was updated successfully, but these errors were encountered:
Checklist
Output of
:echo system(fzf#exec() .. ' --version')
0.57.0 (0476a65)
OS
Problem / Steps to reproduce
Just wanted to ask about the coloring (and the 2 spaces) of the
:Buffers
command, specifically how it applies them to the current buffer on top. I've modifiedfzf#vim#_format_buffer(b)
in thefzf.vim/autoload/fzf/vim.vim
to my liking, but I can't find this cyan coloring and spacing anywhere. I tried changing all of thelet s:ansi
to the same number, but it had no effect.The text was updated successfully, but these errors were encountered: