Use new plugin syntax all around

This commit is contained in:
Bruno Sutic
2015-07-07 01:49:33 +02:00
parent 343ae423dd
commit 79e4ba885d
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ check_binding_defined() {
test_plugin_sourcing() {
set_tmux_conf_helper <<- HERE
set -g @tpm_plugins "doesnt_matter/tmux_test_plugin"
set -g @plugin "doesnt_matter/tmux_test_plugin"
run-shell "$PWD/tpm"
HERE