mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Use -g
in new plugin definition syntax
When tmux options are used without `-g` tmux complains on startup.
This commit is contained in:
@ -6,7 +6,7 @@ source $CURRENT_DIR/helpers.sh
|
||||
|
||||
test_plugin_installation() {
|
||||
set_tmux_conf_helper <<- HERE
|
||||
set @plugin "tmux-plugins/tmux-example-plugin"
|
||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||
run-shell "$PWD/tpm"
|
||||
HERE
|
||||
|
||||
@ -23,8 +23,8 @@ test_plugin_installation() {
|
||||
|
||||
test_multiple_plugins_installation() {
|
||||
set_tmux_conf_helper <<- HERE
|
||||
set @plugin "tmux-plugins/tmux-example-plugin"
|
||||
set @plugin 'tmux-plugins/tmux-copycat'
|
||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||
run-shell "$PWD/tpm"
|
||||
HERE
|
||||
|
||||
|
Reference in New Issue
Block a user