Hi Frank

It indeed happened after an update to a new version of zsh.

Head of dump :

ludo@leonardo ~ % head .zcompdump 
#files: 693     version: 5.0.2

_comps=(
'-' '_precommand'
'.' '_source'
'5g' '_go'
'5l' '_go'
'6g' '_go'
'6l' '_go'
'8g' '_go'


Deleting the .zcompdump file fixed this bug.

Thank you.

On Fri, 2013-09-27 at 09:55 +0200, Frank Terbeck wrote:
> 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
> 
> Did this happen after updating zsh? What's the old zsh version?
> 
> In any case, what's the output of following?
> 
>   % head ~/.zcompdump
> 
> 
> Problems like this are usually cause by that cache file being out of
> date and something is keeping an automatic rebuild from happening.
> 
> If you remove the file and restart the shell, the problem should be
> gone.
> 
> Regards, Frank

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to