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

Re: PATCH: Add CORRECT_NOCOMPSYS option



On Mon, Apr 6, 2009 at 11:09, Peter Stephenson <pws@xxxxxxx> wrote:

> I added the sentence
>
> ÂThe pattern does not apply the correction
> Âof file names, as applied by the tt(CORRECT_ALL) option (so with the
> Âexample just given files beginning with `tt(_)' in the current
> Âdirectory would still be completed).

Just to be certain: A binary called _foo would never be considered for
spelling correction in this case?

richih@titanium ~ % echo $CORRECT_IGNORE
_*
richih@titanium ~ % pwd
/home/richih
richih@titanium ~ % which _foo
/bin/_foo
richih@titanium ~ % _fo<enter>
zsh: command not found: _fo
richih@titanium ~ % foo<enter>
zsh: command not found: foo
richih@titanium ~ %



Richard



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