Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion ignoring
- X-seq: zsh-users 1539
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: completion ignoring
- Date: Fri, 22 May 1998 09:52:32 -0700
- Cc: Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx>
- In-reply-to: <vb67iyi9c4.fsf@xxxxxxxxxxxxxxx>
- References: <199805221523.QAA17745@xxxxxxxxxxxxxxxx> <199805221534.LAA13850@xxxxxxxxxxxxxxx> <vb67iyi9c4.fsf@xxxxxxxxxxxxxxx>
On May 22, 5:00pm, Bruce Stephens wrote:
} Subject: Re: completion ignoring
}
} Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx> writes:
}
} > Hrm..... did I do this wrong?
} >
} > # fignore=(.o .elc \~ .wmd ,v .\~1\~)
} > # mktar[tab]
} > mktar mktargz mktargz,v mktargz.~1~
}
} That's not a file, it's a command name. The rules are different for
} those. You'll need to look at compctl, I'm afraid.
Or put the ,v in a directory that isn't in $PATH, which would make the
most sense anyway. I'm not sure how the .~1~ file got created, but it
probably shouldn't be in the search path either.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author