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

Re: 2.6b13 history question



>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