mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-21 20:08:48 +00:00
Bugfix for pane contents restoration
This commit is contained in:
parent
f3c6321501
commit
8af7aed9b3
@ -7,6 +7,7 @@
|
|||||||
- improve pane contents restoration: `cat <file>` is no longer shown in pane
|
- improve pane contents restoration: `cat <file>` is no longer shown in pane
|
||||||
content history
|
content history
|
||||||
- refactoring: drop dependency on `paste` command
|
- refactoring: drop dependency on `paste` command
|
||||||
|
- bugfix for pane contents restoration
|
||||||
|
|
||||||
### v2.4.0, 2015-02-23
|
### v2.4.0, 2015-02-23
|
||||||
- add "tmux-test"
|
- add "tmux-test"
|
||||||
|
@ -108,7 +108,7 @@ tmux_default_command() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pane_creation_command() {
|
pane_creation_command() {
|
||||||
echo "cat '$(resurrect_pane_file "${1}:${2}.${3}")'; $(tmux_default_command)"
|
echo "cat '$(resurrect_pane_file "${1}:${2}.${3}")'; exec $(tmux_default_command)"
|
||||||
}
|
}
|
||||||
|
|
||||||
new_window() {
|
new_window() {
|
||||||
|
Loading…
Reference in New Issue
Block a user