summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_word.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson1-2/+2
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-1/+0
2008-04-1824839: fix misuse of variable in backwardkillwordPeter Stephenson1-2/+2
2008-04-1724825: fix internal word-boundary widgetsPeter Stephenson1-87/+226
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-37/+65
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