From c9da370470754fe4760a5c62671174fce4441931 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 15 Aug 2023 15:13:48 +0200 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ Completion/Unix/Command/_sccs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed0253bb5..5eb4876b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-10-16 Mikael Magnusson + + * 52056: Completion/Unix/Command/_sccs: _sccs: don't handle + subcommands in main namespace + 2023-10-15 Bart Schaefer * 52218: Etc/BUGS, NEWS, README: notes since 5.9 release 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() {