mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-09-10 05:03:12 +00:00
More bugfixing
This commit is contained in:
@ -6,6 +6,10 @@ source "$CURRENT_DIR/helpers.sh"
|
||||
source "$CURRENT_DIR/variables.sh"
|
||||
source "$CURRENT_DIR/shared.sh"
|
||||
|
||||
supported_tmux_version_ok() {
|
||||
$CURRENT_DIR/check_tmux_version.sh "$SUPPORTED_VERSION"
|
||||
}
|
||||
|
||||
get_interval() {
|
||||
get_tmux_option "$auto_save_interval_option" "$auto_save_interval_default"
|
||||
}
|
||||
|
Reference in New Issue
Block a user