Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Question on filename completion
- X-seq: zsh-users 12859
- From: "Gowtham M" <gowthamgowtham@xxxxxxxxx>
- To: "Peter Stephenson" <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: Question on filename completion
- Date: Wed, 21 May 2008 13:41:18 +0530
- Cc: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=1nh8JqSoz5fuKinL/WDu/vMfUSPtH9BP1wn+8CG5e1Y=; b=wP6pF34PmWrYT3/ViDuAan2SXpHjqRBtJQDo1ZPsRzm52WwekSqkIgr0nhphmPEHhkjpbMOtkH7byg5f81mTJfnzDs0L948dIAC/60IOolyB7Qyb6O5+Iti3QMpum4DV9bC84ovumArPhefwx7FSjz4zl3wtf453K5WNJdt7OiQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cpn37Zd8vZtI5Sb+H9BeieZ4uRQDs5Bz4ZDKM1iThxhYVTfvfkgdZfzrad0y1nMMlh7mMemTCqjYIzFCxVmichlorytcu7Iyt5AT5NNJpVkzNQpL6NAACaL90AYSjw1qq9t1CwDs0ZeFSFHGNrve47Pu+MCMoSvWiUobPDH1LGw=
- In-reply-to: <20080518212422.6f14cf75@pws-pc>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <d53cb3110805181023p1e823d8drb196db9e52f79b33@xxxxxxxxxxxxxx> <080518120311.ZM4212@xxxxxxxxxxxxxxxxxxxxxx> <20080518212422.6f14cf75@pws-pc>
Ok, now I understood that this feature is to complete
/u/i/stdio.h to /usr/include/stdio.h. This feature is
quite useful, but this simply will not scale up when
thousands of matches are to be checked. So, I would like
to disable this feature for every completion attempt.
How can I do it?
Thanks
Messages sorted by:
Reverse Date,
Date,
Thread,
Author