Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: More intellegent suffix removing?
- X-seq: zsh-workers 6502
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: More intellegent suffix removing?
- Date: Mon, 7 Jun 1999 14:44:17 +0200 (MET DST)
- In-reply-to: "Andrej Borsenkow"'s message of Mon, 7 Jun 1999 16:09:01 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> > The patch would be the thing below (are there any other characters
> > where this would be the right thing?). It looks a bit ugly when this
> > happens after typing a `<' or `>', though.
> >
>
> If Peter decides to keep this patch, it should be of course documented.
Well, for the shell things like `;' are word separators, but maybe, yes...
Bye
Sven
diff -u od/Zsh/options.yo Doc/Zsh/options.yo
--- od/Zsh/options.yo Mon Jun 7 13:00:16 1999
+++ Doc/Zsh/options.yo Mon Jun 7 14:24:06 1999
@@ -119,7 +119,8 @@
cindex(slash, removing trailing)
item(tt(AUTO_REMOVE_SLASH))(
When the last character resulting from a completion is a slash and the next
-character typed is a word delimiter or a slash, remove the slash.
+character typed is a word delimiter, a slash, or a character that ends
+a command (such as a semicolon or an ampersand), remove the slash.
)
pindex(AUTO_RESUME)
cindex(jobs, resuming automatically)
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author