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

Re: completion issue



Vadim A. Misbakh-Soloviov wrote:
[...]
>> to see which function is being called for completion of the "vim" command.
>
>
> Actually,
> $ which-completion vim
> /usr/share/zsh/5.0.5/functions/Completion/Unix/_vim
> $ qfile /usr/share/zsh/5.0.5/functions/Completion/Unix/_vim
> app-shells/zsh (/usr/share/zsh/5.0.5/functions/Completion/Unix/_vim)
>
> # it belongs to default zsh "box", so, it probably, someone of zsh devs.
> Unfortunately it is no authorship comments in the file and, I can't lurk into 
> zsh's vcs to find it out at the moment...

Just to make sure: Did this per chance happen after an upgrade of zsh?
If so, try this:

  % rm ~/.zcompdump
  % exec zsh

And see if the problem persists.


Regards, Frank



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