diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2023-08-15 15:13:48 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2023-10-16 10:34:15 +0200 |
commit | c9da370470754fe4760a5c62671174fce4441931 (patch) | |
tree | b7d270bf2f233878eb1c3289ed91ac01a67db240 /Completion | |
parent | a709643b769178697173f4db9796b06bca460e26 (diff) | |
download | zsh-c9da370470754fe4760a5c62671174fce4441931.tar.gz zsh-c9da370470754fe4760a5c62671174fce4441931.tar.xz zsh-c9da370470754fe4760a5c62671174fce4441931.zip |
52056: _sccs: don't handle subcommands in main namespace
If someone using sccs wants to save typing, they can just do alias get="sccs get" anyway.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_sccs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sccs b/Completion/Unix/Command/_sccs index 4083fe54e..20222a5c1 100644 --- a/Completion/Unix/Command/_sccs +++ b/Completion/Unix/Command/_sccs @@ -1,4 +1,4 @@ -#compdef sccs admin cdc comb delta get help prs prt rmdel sact sccsdiff unget val what +#compdef sccs sccsdiff (( $+functions[_sccs_files] )) || _sccs_files() { |