X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/f7f3bce02a604ca96fe5c239ba351a501a08568d..5500082fe5642f0da5d08614407c0986e0154052:/_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 }