zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _subversion: Make 'svnliteadmin' completed same as 'svnadmin'
@ 2020-05-28 21:36 Yasuhiro KIMURA
  2020-05-28 21:54 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Yasuhiro KIMURA @ 2020-05-28 21:36 UTC (permalink / raw)
  To: zsh-workers

In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So
make 'svnliteadmin' completed same as 'svnadmin'.
---
 Completion/Unix/Command/_subversion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index a1e9109de..26eef500f 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -1,4 +1,4 @@
-#compdef svn svnlite=svn svnadmin svnadmin-static=svnadmin
+#compdef svn svnlite=svn svnadmin svnadmin-static=svnadmin svnliteadmin=svnadmin
 
 _svn () {
   local curcontext="$curcontext" state line expl ret=1
-- 
2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] _subversion: Make 'svnliteadmin' completed same as 'svnadmin'
  2020-05-28 21:36 [PATCH] _subversion: Make 'svnliteadmin' completed same as 'svnadmin' Yasuhiro KIMURA
@ 2020-05-28 21:54 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2020-05-28 21:54 UTC (permalink / raw)
  To: Yasuhiro KIMURA; +Cc: zsh-workers

Thanks, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-28 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 21:36 [PATCH] _subversion: Make 'svnliteadmin' completed same as 'svnadmin' Yasuhiro KIMURA
2020-05-28 21:54 ` Daniel Shahaf

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).