tmux-plugins / tpm

Tmux Plugin Manager
MIT License
12.21k stars 429 forks source link

match 'set-option -g @plugin' and 'set -g @plugin' both #50

Closed wyntau closed 9 years ago

wyntau commented 9 years ago

In my tmux.conf, I use set-option -g @plugin, but in this way no plugins will be loaded.

I checked scripts/helpers/plugin_functions.sh, find the script only match 'set -g @plugin', so I make it match 'set -g @plugin' and 'set-option -g @plugin' both.

knakayama commented 9 years ago

:+1:

bruno- commented 9 years ago

Thank you for the contribution and sorry for waiting so long for this to get merged.

wyntau commented 9 years ago

Great :+1: