Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42412: fix a bug in 42116 | Jun-ichi Takimoto | 2017-12-18 | 1 | -4/+4 |
| | | | | | Also fix a few widgets which were calling wrong function when negative numeric argument was given. | ||||
* | 42116: multibyte support for ZLE vi-mode word motion | Jun-ichi Takimoto | 2017-12-18 | 1 | -70/+43 |
| | |||||
* | 39031: Ensure variables in transpose-words are initialised | Peter Stephenson | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | 38983: Make transpose-words handle numeric arguments sensibly | Han Pingtian | 2016-08-12 | 1 | -39/+51 |
| | |||||
* | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | 35029: improvements to newline handling for vi-mode word movement | Oliver Kiddle | 2015-05-04 | 1 | -18/+33 |
| | |||||
* | 33815: Fix word transposition bug. | Marc Finet | 2014-11-28 | 1 | -1/+0 |
| | | | | With a one-character word the wrong two words could be transposed. | ||||
* | 33697: new vim style vi-backward-word-end widgets | Oliver Kiddle | 2014-11-15 | 1 | -3/+64 |
| | |||||
* | 24859: combining chars: overwriting and vi replace and append | Peter Stephenson | 2008-04-21 | 1 | -2/+2 |
| | |||||
* | 24853: use metafied strings for inner loops over history | Peter Stephenson | 2008-04-20 | 1 | -1/+0 |
| | |||||
* | 24839: fix misuse of variable in backwardkillword | Peter Stephenson | 2008-04-18 | 1 | -2/+2 |
| | |||||
* | 24825: fix internal word-boundary widgets | Peter Stephenson | 2008-04-17 | 1 | -87/+226 |
| | |||||
* | 24808: initial support for combining characters in zle | Peter Stephenson | 2008-04-13 | 1 | -37/+65 |
| | |||||
* | 22371: use only alphanumerics and underscores as word characters with vi ↵ | Clint Adams | 2006-03-20 | 1 | -13/+13 |
| | | | | bindings. | ||||
* | 22366: better handling for multibyte-character-containing words in vi widgets. | Clint Adams | 2006-03-17 | 1 | -12/+14 |
| | |||||
* | - Changed a bunch of iblank() calls on zleline to use ZC_iblank(). | Wayne Davison | 2005-11-01 | 1 | -16/+16 |
| | | | | - Changed one isalpha() call on zleline to use the new ZC_ialpha(). | ||||
* | 21722: fix multibyte word stuff | Peter Stephenson | 2005-09-09 | 1 | -43/+45 |
| | |||||
* | 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion | Andrey Borzenkov | 2005-02-26 | 1 | -4/+4 |
| | |||||
* | 20869: more small Unicode tweaks | Peter Stephenson | 2005-02-25 | 1 | -3/+9 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -116/+116 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -87/+111 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+477 |