From c9da370470754fe4760a5c62671174fce4441931 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 15 Aug 2023 15:13:48 +0200 Subject: 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. --- Completion/Unix/Command/_sccs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix') 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() { -- cgit 1.4.1