mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-21 20:08:48 +00:00
4941cdb074
When pane_full_command has no arguments, the regex doesn't find argv[0] as there is no trailing space. For example, if pane_full_command was "vim" and the restore option was "~Vim->vim *", the command "vim vim" would get executed instead of just "vim". Make the trailing space optional to match having only the command without arguments. |
||
---|---|---|
.. | ||
check_tmux_version.sh | ||
helpers.sh | ||
process_restore_helpers.sh | ||
restore.exp | ||
restore.sh | ||
save.sh | ||
spinner_helpers.sh | ||
tmux_spinner.sh | ||
variables.sh |