Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion issue
- X-seq: zsh-users 18887
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx>
- Subject: Re: completion issue
- Date: Sun, 08 Jun 2014 22:11:36 +0200
- Cc: zsh-users@xxxxxxx
- In-reply-to: <7607360.I3Uz7mOy9H@note> (Vadim A. Misbakh-Soloviov's message of "Mon, 09 Jun 2014 02:51:06 +0700")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <2653527.uOyQYmyBdV@note> <140608122733.ZM20310@torch.brasslantern.com> <7607360.I3Uz7mOy9H@note>
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