summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_word.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-2022371: use only alphanumerics and underscores as word characters with vi bind...Clint Adams1-13/+13
2006-03-1722366: better handling for multibyte-character-containing words in vi widgets.Clint Adams1-12/+14
2005-11-01- Changed a bunch of iblank() calls on zleline to use ZC_iblank().Wayne Davison1-16/+16
2005-09-0921722: fix multibyte word stuffPeter Stephenson1-43/+45
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov1-4/+4
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-3/+9
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-116/+116
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-87/+111
1999-04-15Initial revisionTanaka Akira1-0/+477