diff --git a/.scripts/vimplugin.sh b/.scripts/vimplugin.sh index c42eb7c..f68e8b8 100755 --- a/.scripts/vimplugin.sh +++ b/.scripts/vimplugin.sh @@ -176,7 +176,7 @@ update() { shift $((OPTIND - 1)) case "$1" in init | install | list | remove | update) - "$1" "$2" "$3" + "$@" ;; *) echo "$SCRIPT: invalid command '$1'"