mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-02 21:06:58 +00:00
Improved handling of fields that can be empty
This commit is contained in:
@ -13,9 +13,9 @@ pane_format() {
|
||||
format+="${delimiter}"
|
||||
format+="#{window_index}"
|
||||
format+="${delimiter}"
|
||||
format+="#{pane_current_path}"
|
||||
format+=":#{window_name}"
|
||||
format+="${delimiter}"
|
||||
format+="#{window_name}"
|
||||
format+="#{pane_current_path}"
|
||||
echo "$format"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user