Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
setopt localoptions noautoremoveslash
- X-seq: zsh-workers 8260
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: setopt localoptions noautoremoveslash
- Date: 15 Oct 1999 02:09:15 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Why is `setopt localoptions noautoremoveslash' not effective?
Is this intended behaviour?
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% _tst () { setopt localoptions noautoremoveslash; compgen -/ }
is27e1u11% tst Do<TAB>
->
is27e1u11% tst Doc/<SPACE>
->
is27e1u11% tst Doc
I noticed this with _urls. In URL context, trailing slash should not
autoremoved.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author