Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Svn tab completion not working



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



Messages sorted by: Reverse Date, Date, Thread, Author