1
0
Fork 0
mirror of synced 2024-07-26 18:11:11 -04:00

Merge pull request #50 from Treri/master

match 'set-option -g @plugin' and 'set -g @plugin' both
This commit is contained in:
Bruno Sutic 2015-10-08 01:17:29 +02:00
commit 4671ee745c

View file

@ -43,7 +43,7 @@ tpm_plugins_list_helper() {
# read set -g @plugin "tmux-plugins/tmux-example-plugin" entries
_tmux_conf_contents "full" |
awk '/^ *set +-g +@plugin/ { gsub(/'\''/,""); gsub(/'\"'/,""); print $4 }'
awk '/^ *set(-option)? +-g +@plugin/ { gsub(/'\''/,""); gsub(/'\"'/,""); print $4 }'
}
# Allowed plugin name formats: