remove pane contents cleanup to repair restore

as suggested in https://github.com/tmux-plugins/tmux-resurrect/issues/141
pull/193/head
Klas Mellbourn 2017-05-07 19:35:06 +02:00
parent b8cc90a7f4
commit 0a6f90788f
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -264,7 +264,6 @@ save_all() {
mkdir -p "$(pane_contents_dir)"
dump_pane_contents
pane_contents_create_archive
pane_content_files_cleanup
fi
if save_bash_history_option_on; then
dump_bash_history