tmux-plugins / tpm

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

Fix plugin line start with tab problem #68

Closed JackDrogon closed 8 years ago

JackDrogon commented 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!

bruno- commented 8 years ago

Thanks and sorry for waiting this long for this to be merged.