zsh-users
 help / color / mirror / code / Atom feed
* Svn tab completion not working
@ 2018-11-21 10:35 Simon Spielmann
  2018-11-21 10:49 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Spielmann @ 2018-11-21 10:35 UTC (permalink / raw)
  To: zsh-users

Hi,
I have a problem with svn tab completion, installed versions are
 - zsh 5.3 (x86_64-apple-darwin18.0)
 - svn, version 1.10.0 (r1827917)

Typing svn and hitting TAB gives:
_svn:33: bad set of key/value pairs for associative array

I tried sourcing the updated subersion-completion with

curl https://raw.githubusercontent.com/zsh-users/zsh/master/Completion/Unix/Command/_subversion > zsh_svn_fix
source ./zsh_svn_fix

afterwards hitting TAB nothing happens



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

* Re: Svn tab completion not working
  2018-11-21 10:35 Svn tab completion not working Simon Spielmann
@ 2018-11-21 10:49 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2018-11-21 10:49 UTC (permalink / raw)
  To: Simon Spielmann, zsh-users

Simon Spielmann wrote on Wed, 21 Nov 2018 11:35 +0100:
> Hi,
> I have a problem with svn tab completion, installed versions are
>  - zsh 5.3 (x86_64-apple-darwin18.0)
>  - svn, version 1.10.0 (r1827917)
> 
> Typing svn and hitting TAB gives:
> _svn:33: bad set of key/value pairs for associative array
> 

This was fixed a while ago in 567733906210feaebce94675985eb1e77602bfd8.

> I tried sourcing the updated subersion-completion with
> 
> curl https://raw.githubusercontent.com/zsh-users/zsh/master/Completion/Unix/Command/_subversion > zsh_svn_fix
> source ./zsh_svn_fix
> 
> afterwards hitting TAB nothing happens

By chance, did you already press <TAB> in that shell before you ran that
'source' command?  If so, then you've run into the bug that had been
fixed in 4015f3cf5d5ab0c339472cf6201dab7ff5285057.

Try doing the curl+source in a new shell.

Cheers,

Daniel

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

end of thread, other threads:[~2018-11-21 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-21 10:35 Svn tab completion not working Simon Spielmann
2018-11-21 10:49 ` 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).