summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Src/Zle/zle.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d1270daf..7c46f1b64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2006-03-20 Clint Adams <clint@zsh.org>
- * 22371: Src/Zle/zle.h, Src/Zle/zle_word.c: use
+ * 22371, 22372: Src/Zle/zle.h, Src/Zle/zle_word.c: use
only alphanumerics and underscores as word characters
with vi bindings.
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index 924006adc..7e08a8ad9 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -138,7 +138,7 @@ static inline int ZS_strncmp(ZLE_STRING_T s1, ZLE_STRING_T s2, size_t l)
/* 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