Wrap some long lines.

This commit is contained in:
nicm
2014-04-17 12:57:28 +00:00
parent ada75af199
commit c3b2e5eed3
3 changed files with 6 additions and 3 deletions

View File

@ -528,7 +528,8 @@ const struct options_table_entry window_options_table[] = {
{ .name = "automatic-rename-format",
.type = OPTIONS_TABLE_STRING,
.default_str = "#{?pane_in_mode,[tmux],#{pane_current_command}}#{?pane_dead,[dead],}"
.default_str = "#{?pane_in_mode,[tmux],#{pane_current_command}}"
"#{?pane_dead,[dead],}"
},
{ .name = "c0-change-trigger",