Browse Source

Small optimization

master
Riyyi 4 years ago
parent
commit
203d721ff1
  1. 2
      .scripts/vimplugin.sh

2
.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'"

Loading…
Cancel
Save