Skip to content

Commit 027960a

Browse files
committed
Explain delayed pane content cleanup
1 parent dc6252d commit 027960a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/restore.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ restore_active_and_alternate_sessions() {
372372
done < $(last_resurrect_file)
373373
}
374374

375+
# A cleanup that happens after 'restore_all_panes' seems to fix fish shell
376+
# users' restore problems.
375377
cleanup_restored_pane_contents() {
376378
if is_restoring_pane_contents; then
377379
rm "$(pane_contents_dir "restore")"/*

0 commit comments

Comments
 (0)