From: Richard Hartmann Date: Sat, 19 Dec 2015 07:05:31 +0000 (+0100) Subject: _vcsh: Remove stale completion X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/9f245df98e8118d8ae829ac201bb62eca3938dd8 _vcsh: Remove stale completion --- diff --git a/_vcsh b/_vcsh index 53eaada..35651eb 100644 --- a/_vcsh +++ b/_vcsh @@ -36,10 +36,6 @@ function _vcsh-list () { } function _vcsh-list-tracked () { - _nothing -} - -function _vcsh-list-tracked-by () { (( CURRENT == 2 )) && __vcsh_repositories }