Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: possible bug?
- X-seq: zsh-workers 7884
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Glenn Trigg <glenn@xxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: possible bug?
- Date: Fri, 17 Sep 1999 00:29:20 +0000
- In-reply-to: <199909162259.IAA27043@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199909162259.IAA27043@xxxxxxxxxxxxxxxxxxxxxx>
On Sep 17, 8:59am, Glenn Trigg wrote:
} Subject: possible bug?
}
} When I use backward-delete-word it appears to completely ignore the
} $WORDCHARS variable.
Wordchars are the non-alphanumeric characters that *ARE* considered to be
part of a word. If you want it to stop at slashes, you have to reset the
value of WORDCHARS to *not* include a slash character.
Either that, or use vi-backward-kill-word instead of backward-kill-word.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author