buflist: remove foreground color from default value of option buflist.format.buffer_current (closes #954)
The foreground is not needed because it is overriden by the hotlist color.
This commit is contained in:
parent
91c517bbf1
commit
c946b3e361
@ -406,7 +406,7 @@ buflist_config_init ()
|
||||
N_("format for the line with current buffer "
|
||||
"(note: content is evaluated, see /help buflist)"),
|
||||
NULL, 0, 0,
|
||||
"${color:lightgreen,blue}${format_buffer}",
|
||||
"${color:,blue}${format_buffer}",
|
||||
NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&buflist_config_change_buflist, NULL, NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user