1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-21 19:31:50 +02:00

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.
This commit is contained in:
Mikael Magnusson 2023-08-15 15:13:48 +02:00
parent a709643b76
commit c9da370470
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2023-10-16 Mikael Magnusson <mikachu@gmail.com>
* 52056: Completion/Unix/Command/_sccs: _sccs: don't handle
subcommands in main namespace
2023-10-15 Bart Schaefer <schaefer@zsh.org>
* 52218: Etc/BUGS, NEWS, README: notes since 5.9 release

View File

@ -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() {