zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _sccs: don't handle subcommands in main namespace
@ 2023-08-15 13:15 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2023-08-15 13:15 UTC (permalink / raw)
  To: zsh-workers

If someone using sccs wants to save typing, they can just do
alias get="sccs get" anyway.
---
This came up on IRC where someone was trying to use a real command called
delta and it wouldn't complete files for them.

 Completion/Unix/Command/_sccs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_sccs b/Completion/Unix/Command/_sccs
index 4083fe54e1..20222a5c17 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() {
-- 
2.38.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-15 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15 13:15 PATCH: _sccs: don't handle subcommands in main namespace Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).