Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: delete-word does not delete the entire word...
- X-seq: zsh-workers 19184
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: delete-word does not delete the entire word...
- Date: Mon, 13 Oct 2003 16:49:45 +0000
- In-reply-to: <27413.1066046413@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <27413.1066046413@xxxxxxx>
On Oct 13, 1:00pm, Peter Stephenson wrote:
}
} Despite the underwhelming response
Hey, it's a holiday weekend on this side of the pond; give it time.
One question:
} +local curcontext=:zle:delete-whole-word
Wouldn't
local curcontext=:zle:$WIDGET
or
local curcontext=:zle:${WIDGET%-match}
be better?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author