Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compinit tries a filename once
- X-seq: zsh-users 21189
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Compinit tries a filename once
- Date: Wed, 27 Jan 2016 17:21:46 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=5Rg0qZNt9HrVnH6bcGpcceFck0MRBL0308dWYDObEXg=; b=qVlyiT9TlAOe58pN+zfYm9rPBOd1wAAdtcEADVgoBNXCk0Cf+urUgc72CqVPn7DqP5 /R3W6PGuXsNmGmLMH34SnFeqJhHhdNFRvjtNaosyW1VafH/0Fwx0/VBaEvTtOnKV/PyD xGlTY9A4J6V7sFjXcdVX0WNkByMs4QF9myJ8m+Sz8TVmgQgxrURqAtB40qCfVc73wK9R RZwZnOuWWAD8b7keYBih4Ek8JiTwS11LwOJYDdXjAWIYaRDjxCVg99wm8cffo9IJp/t6 zb/JrSHTyA8+/LUSDN+y4quzKNVQqrK80tZ4mfGAScWQIIO1AQhp1EC2Tus11iw6i5ul OpBQ==
- In-reply-to: <CAKc7PVCe_QEgBKf8Z7FqLkLfuFLTMV4p-V0dfzsPNOpXUw3YNw@mail.gmail.com>
- 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: <CAKc7PVCe_QEgBKf8Z7FqLkLfuFLTMV4p-V0dfzsPNOpXUw3YNw@mail.gmail.com>
% pwd
/Users/sgniazdowski/.zplugin/completions
% ls -l _cp
-rw-rw---- 1 sgniazdowski staff 0 27 sty 17:15 _cp
% # ^ Empty
% echo $^fpath/$_comps[cp](N.)
/Users/sgniazdowski/.zplugin/completions/_cp /usr/share/zsh/5.0.8/functions/_cp
The echo shows two entries, first one points to empty _cp file, and cp
completion doesn't work
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author