Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 2.6b13 history question
- X-seq: zsh-workers 775
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: P.Stephenson@xxxxxxxxxxxxx
- Subject: Re: 2.6b13 history question
- Date: Mon, 19 Feb 1996 17:57:11 +0000 (GMT)
- Cc: jfblank@xxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <7271.9602190912@xxxxxxxxxxxxxxx> from "P.Stephenson@xxxxxxxxxxxxx" at Feb 19, 96 09:12:09 am
>If this seems important, the comparison can be changed to ignore
>space. This will do it, though perhaps someone else can think of a
>less verbose way.
But your patch won't distinguish between `echo " "` and `echo " "`.
Oh, try this:
$ echo \<space> # N.B. magic-space is broken here
$ !!<tab>
compare with
$ echo \<space>
$ !!<ret>
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author