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

Re: Bug#357934: zsh: '-', '.' etc. shouldn't be recognized as word chars



> 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