Support wildcards in tag option

Close #427
This commit is contained in:
Junegunn Choi
2016-04-17 05:47:30 +09:00
parent 3de4567bc0
commit e6ea538558
4 changed files with 31 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ select_vim() {
clone_repos
prepare
git --version
VIM=$(select_vim)
echo "Selected Vim: $VIM"
if [ "$1" = '!' ]; then