about summary refs log tree commit diff
path: root/Completion/Unix/Command/_subversion
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-12 16:23:32 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-12 16:23:43 +0000
commit24bb4655662a0cb0e9dd0a54637905007c5b98aa (patch)
treef46c0e49939d91e24af4616ae6e8d95157a40076 /Completion/Unix/Command/_subversion
parent3b8c407bb91b36fd51ddd12749499d0213619771 (diff)
downloadzsh-24bb4655662a0cb0e9dd0a54637905007c5b98aa.tar.gz
zsh-24bb4655662a0cb0e9dd0a54637905007c5b98aa.tar.xz
zsh-24bb4655662a0cb0e9dd0a54637905007c5b98aa.zip
unposted: _svn: Complete --accept=recommended, new in 1.10.0.
Diffstat (limited to 'Completion/Unix/Command/_subversion')
-rw-r--r--Completion/Unix/Command/_subversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index e16be7e59..d30f2e657 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -70,7 +70,7 @@ _svn () {
 	    ${=${${${(M)${(f)"$(_call_program options svn help $cmd)"#(*Valid options:|(#e))}:#* :*}%% #:*}/ (arg|ARG)/:arg:}/(#b)(-##)([[:alpha:]]##) \[--([a-z-]##)\](:arg:)#/(--$match[3])$match[1]$match[2]$match[4] ($match[1]$match[2])--$match[3]$match[4]}
 	  )
           while (( idx=$args[(I)*--accept:arg:] )); do
-            args[idx]=( --accept'=:automatic conflict resolution action:((working\:working base\:base '"`for i j in p postpone mc mine-conflict tc theirs-conflict mf mine-full tf theirs-full e edit l launch; do print -rn $i\\\\:$j $j\\\\:$j ""; done `"'))' )
+            args[idx]=( --accept'=:automatic conflict resolution action:((working\:working base\:base recommended\:recommended '"`for i j in p postpone mc mine-conflict tc theirs-conflict mf mine-full tf theirs-full e edit l launch; do print -rn $i\\\\:$j $j\\\\:$j ""; done `"'))' )
           done
           while (( idx=$args[(I)*--c(l|hangelist):arg:] )); do
             args[idx]=( \*{--cl,--changelist}'=:change list:_svn_changelists' )