X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8cee7f8f17f752e0dd2d60e43f9a2dbd87f881fc..83ae3460b51c674802a6ab4859cbe8450e9e210c:/_vcsh diff --git a/_vcsh b/_vcsh index 1661e19..9aca0f9 100644 --- a/_vcsh +++ b/_vcsh @@ -63,10 +63,12 @@ function _vcsh-rename () { function _vcsh-run () { (( CURRENT == 2 )) && __vcsh_repositories - if (( CURRENT >= 3 )); then + (( CURRENT == 3 )) && _command_names -e + if (( CURRENT >= 4 )); then + # see _precommand in zsh words=( "${(@)words[3,-1]}" ) (( CURRENT -= 2 )) - _complete + _normal fi }