[Pkg-zsh-devel] Bug#724721: Bug#724721: zsh: Tab completion error with vi
Ludovic Lebègue
ludovic at lebegue.org
Fri Sep 27 20:16:36 UTC 2013
Hi
Checksum are OK.
Here is my try :
ludo at leonardo ~ % md5sum /usr/share/zsh/functions/Completion/Unix/_vim
d90eb09ccc0a48b9337ada7f71d8e803 /usr/share/zsh/functions/Completion/Unix/_vim
ludo at leonardo ~ % md5sum /usr/share/zsh/functions/Completion/Unix.zwc
4be49e59d09c72925b42dc4605511265 /usr/share/zsh/functions/Completion/Unix.zwc
ludo at leonardo ~ % zsh -f
leonardo% autoload -Uz compinit
leonardo% compinit
leonardo% vi
leonardo% exit
ludo at leonardo ~ % vi
_arguments:450: _vim_files: function definition file not found
ludo at leonardo ~ % vi
Autocompletion is ok when I launch your sequence of commands. Going
back to my current zsh shell shows the same error as before.
On Fri, 2013-09-27 at 09:11 +0200, Axel Beckert wrote:
> Control: tag -1 + unreproducible moreinfo
>
> Hi Ludovic,
>
> Ludovic Lebègue wrote:
> > While using zsh shell trying to autocomplete with tab key display the following
> > message instead of showing the files in the current directory :
> >
> > ludo at leonardo ~ % vi
> > _arguments:450: _vim_files: function definition file not found
>
> I just tried to reproduce this, but it seems to work for me (also on
> Sid amd64):
>
> % zsh -f
> kiva6% autoload -Uz compinit
> kiva6% compinit
> kiva6% vi <Tab>
> zsh: do you wish to see all 109 possibilities (55 lines)?
>
> _vim_files is a function defined in
> /usr/share/zsh/functions/Completion/Unix/_vim
>
> Can you check that this file exists and has the following md5sum:
>
> % md5sum /usr/share/zsh/functions/Completion/Unix/_vim
> d90eb09ccc0a48b9337ada7f71d8e803 /usr/share/zsh/functions/Completion/Unix/_vim
>
> There's also a precompiled version of it in Unix.zwc, so please also
> check the existence and MD5 hashsum of that file:
>
> % md5sum /usr/share/zsh/functions/Completion/Unix.zwc
> 4be49e59d09c72925b42dc4605511265 /usr/share/zsh/functions/Completion/Unix.zwc
>
> If that looks fine, can you please check it from a zsh without config
> as I did above:
>
> Your zsh config: % zsh -f
> Without config: % autoload -Uz compinit
> Without config: % compinit
> Without config: % vi <Tab>
>
> > Versions of packages zsh depends on:
> [...]
> > ii zsh-common 5.0.2-4
>
> This looks fine.
>
> Regards, Axel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-zsh-devel/attachments/20130927/6a89ff98/attachment.sig>
More information about the Pkg-zsh-devel
mailing list