mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-11 07:08:07 +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:
parent
a709643b76
commit
c9da370470
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2023-10-15 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 52218: Etc/BUGS, NEWS, README: notes since 5.9 release
|
* 52218: Etc/BUGS, NEWS, README: notes since 5.9 release
|
||||||
|
|
|
@ -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] )) ||
|
(( $+functions[_sccs_files] )) ||
|
||||||
_sccs_files() {
|
_sccs_files() {
|
||||||
|
|
Loading…
Reference in a new issue