mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 18:38:48 +00:00
Remove an unnecessary comma.
This commit is contained in:
parent
3d76748161
commit
7c52d702e4
@ -717,7 +717,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
{ .name = "pane-active-border-style",
|
{ .name = "pane-active-border-style",
|
||||||
.type = OPTIONS_TABLE_STRING,
|
.type = OPTIONS_TABLE_STRING,
|
||||||
.scope = OPTIONS_TABLE_WINDOW,
|
.scope = OPTIONS_TABLE_WINDOW,
|
||||||
.default_str = "#{?pane_in_mode,fg=yellow,#{?synchronize-panes,fg=red,,fg=green}}",
|
.default_str = "#{?pane_in_mode,fg=yellow,#{?synchronize-panes,fg=red,fg=green}}",
|
||||||
.flags = OPTIONS_TABLE_IS_STYLE,
|
.flags = OPTIONS_TABLE_IS_STYLE,
|
||||||
.separator = ","
|
.separator = ","
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user