Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#357934: zsh: '-', '.' etc. shouldn't be recognized as word chars
- X-seq: zsh-workers 22372
- From: Clint Adams <clint@xxxxxxx>
- To: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>, 357934@xxxxxxxxxxxxxxx
- Subject: Re: Bug#357934: zsh: '-', '.' etc. shouldn't be recognized as word chars
- Date: Mon, 20 Mar 2006 10:20:51 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20060320144126.GO4621@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>, 357934@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060320112411.GA7879@xxxxxxxxxxxxxxxxxxxxxxx> <20060320143716.GA28570@xxxxxxxxxxx> <20060320144126.GO4621@xxxxxxxxxxxxxxxxxxxxxxx>
> Mmm, bug here :)
How embarrassing.
Index: Src/Zle/zle.h
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/zle.h,v
retrieving revision 1.28
diff -u -r1.28 zle.h
--- Src/Zle/zle.h 20 Mar 2006 14:40:43 -0000 1.28
+++ Src/Zle/zle.h 20 Mar 2006 15:20:20 -0000
@@ -138,7 +138,7 @@
/* Functions that operate on ZLE_CHAR_T. */
#define ZC_ialpha ialpha
-#define ZC_ialpha ialnum
+#define ZC_ialnum ialnum
#define ZC_iblank iblank
#define ZC_icntrl icntrl
#define ZC_idigit idigit
Messages sorted by:
Reverse Date,
Date,
Thread,
Author