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@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 -- ,''`. | Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org