diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-03 17:22:40 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-03 17:22:40 +0000 |
| commit | ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73 (patch) | |
| tree | a45e062eb30e19f11c04c8bb7d30e36c1b77eb7e /Completion/User/_cvs | |
| parent | zsh-workers/9545 (diff) | |
| download | zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.tar zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.tar.gz zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.tar.bz2 zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.tar.lz zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.tar.xz zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.tar.zst zsh-ed41dafd3c79ebf2ce390ee9af54fe8bb21deb73.zip | |
zsh-workers/9546
Diffstat (limited to 'Completion/User/_cvs')
| -rw-r--r-- | Completion/User/_cvs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_cvs b/Completion/User/_cvs index 1a1a40b0f..15eb6b872 100644 --- a/Completion/User/_cvs +++ b/Completion/User/_cvs @@ -40,7 +40,7 @@ _cvs_command () { cmd="${${(k)cmds[(R)* $words[1] *]}:-${(k)cmds[(i)$words[1]]}}" if (( $#cmd )); then - curcontext="${curcontext%:*}:$cmd" + curcontext="${curcontext%:*:*}:cvs-${cmd}:" _cvs_$cmd else _message "unknown cvs command: $words[1]" @@ -390,7 +390,7 @@ _cvs_watchers () { (( $+functions[_cvs_loadstat] )) || _cvs_loadstat () { - zstyle -t ":completion${curcontext}:cvs" disable-stat && return + zstyle -t ":completion:${curcontext}:" disable-stat && return (( $+_cvs_loadstat_tried )) && return _cvs_loadstat_tried=yes |
