about summary refs log tree commit diff
path: root/Src/Zle/zle_word.c
Commit message (Collapse)AuthorAgeFilesLines
* 33815: Fix word transposition bug.Marc Finet2014-11-281-1/+0
| | | | With a one-character word the wrong two words could be transposed.
* 33697: new vim style vi-backward-word-end widgetsOliver Kiddle2014-11-151-3/+64
|
* 24859: combining chars: overwriting and vi replace and appendPeter Stephenson2008-04-211-2/+2
|
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-1/+0
|
* 24839: fix misuse of variable in backwardkillwordPeter Stephenson2008-04-181-2/+2
|
* 24825: fix internal word-boundary widgetsPeter Stephenson2008-04-171-87/+226
|
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-37/+65
|
* 22371: use only alphanumerics and underscores as word characters with vi ↵Clint Adams2006-03-201-13/+13
| | | | bindings.
* 22366: better handling for multibyte-character-containing words in vi widgets.Clint Adams2006-03-171-12/+14
|
* - Changed a bunch of iblank() calls on zleline to use ZC_iblank().Wayne Davison2005-11-011-16/+16
| | | | - Changed one isalpha() call on zleline to use the new ZC_ialpha().
* 21722: fix multibyte word stuffPeter Stephenson2005-09-091-43/+45
|
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-261-4/+4
|
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-3/+9
|
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-116/+116
| | | | unposted: update version to 4.2.3-dev-1
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-87/+111
|
* Initial revisionTanaka Akira1999-04-151-0/+477