Closed JackDrogon closed 8 years ago
When writting set -g @plugin after tabs, the install script can't recognize the plugin name。 I change the awk script, using "[ \t]*" to replace "[]*"。 It works correctly!
set -g @plugin
"[ \t]*"
"[]*"
Thanks and sorry for waiting this long for this to be merged.
When writting
set -g @plugin
after tabs, the install script can't recognize the plugin name。 I change the awk script, using"[ \t]*"
to replace"[]*"
。 It works correctly!