Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: History !# substitutions
- X-seq: zsh-workers 1226
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: History !# substitutions
- Date: Thu, 30 May 1996 16:11:16 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199605300833.KAA12028@xxxxxxxxxxxx> from "Peter Stephenson" at May 30, 96 10:33:42 am
>I changed the code, then found there was a bug in menu completion:
>hitting tab repeatedly added an extra space each time. Then I tried
>it with the old version and discovered it was there anyway. Has this
>been reported and fixed while I was asleep?
Yes. It's a result of the line no longer being NUL terminated when
editing normally -- when the completion code (which *does* have a NUL
at the end of the line) calls a normal editing function, the NUL
doesn't get moved appropriately. I sent a patch for it a few days
ago.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author