From 7b92878c24cb3ae68abb8facbbb3088a6fed7bdd Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 20 Mar 2006 15:22:55 +0000 Subject: thinko fix --- ChangeLog | 2 +- Src/Zle/zle.h | 2 +- 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 - * 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 -- cgit v1.2.3