zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/3] _subversion: Make _svn_conflicts not offer all files in the directory.
@ 2019-11-29  1:45 Daniel Shahaf
  2019-11-29  1:45 ` [PATCH 2/3] _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', and 'x-unshelve' subcommands Daniel Shahaf
  2019-11-29  1:45 ` [PATCH 3/3] _subversion: Make _svn_controlled offer everything rather than nothing Daniel Shahaf
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Shahaf @ 2019-11-29  1:45 UTC (permalink / raw)
  To: zsh-workers

---
 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 b5532b101..04a8da0bf 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -337,7 +337,7 @@ _svn_controlled() {
 
 (( $+functions[_svn_conflicts] )) ||
 _svn_conflicts() {
-  [ -n $REPLY.(mine|r<->)(N[1]) ]
+  () { (( $# > 0 )) } $REPLY.(mine|r<->)(NY1)
 }
 
 (( $+functions[_svn_deletedfiles] )) ||

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

end of thread, other threads:[~2019-11-29  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-29  1:45 [PATCH 1/3] _subversion: Make _svn_conflicts not offer all files in the directory Daniel Shahaf
2019-11-29  1:45 ` [PATCH 2/3] _subversion: Complete the 'auth', 'changelist', 'patch', 'resolve', and 'x-unshelve' subcommands Daniel Shahaf
2019-11-29  1:45 ` [PATCH 3/3] _subversion: Make _svn_controlled offer everything rather than nothing 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).