Permit leading whitespace with new plugin definition syntax

This commit is contained in:
Bruno Sutic
2015-06-03 01:29:09 +02:00
parent 583e447d33
commit e19b7689e0
3 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ test_plugin_installation() {
test_multiple_plugins_installation() {
set_tmux_conf_helper <<- HERE
set -g @plugin "tmux-plugins/tmux-example-plugin"
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-copycat'
run-shell "$PWD/tpm"
HERE