1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-18 21:14:11 +01:00

thinko fix

This commit is contained in:
Clint Adams 2006-03-20 15:22:55 +00:00
parent 8294310202
commit 7b92878c24
2 changed files with 2 additions and 2 deletions

@ -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.

@ -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