fix: pane_content not being restored

Taken from this 0a6f90788f and this https://github.com/tmux-plugins/tmux-resurrect/issues/141
pull/279/head
Barbz 2018-11-15 19:44:57 +01:00 committed by GitHub
parent 1b6a710d5e
commit c592b7d5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -258,9 +258,6 @@ restore_all_panes() {
restore_pane "$line"
fi
done < $(last_resurrect_file)
if is_restoring_pane_contents; then
rm "$(pane_contents_dir "restore")"/*
fi
}
restore_pane_layout_for_each_window() {