Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32480: Fix crash in vi mode with too few previous changes | Jun T | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | 32342: fix overstrike for vi mode and use varying vi commands at line start | Oliver Kiddle | 2014-02-05 | 1 | -2/+4 |
| | |||||
* | 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on | Oliver Kiddle | 2014-02-05 | 1 | -7/+1 |
| | | | | | Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence | ||||
* | 32314: merge undo events corresponding to vi change in the vi-cmd-mode ↵ | Oliver Kiddle | 2014-01-31 | 1 | -3/+9 |
| | | | | widget so undo from insert mode is useful again | ||||
* | 32308: Improve initialising of vi change. | Peter Stephenson | 2014-01-28 | 1 | -2/+25 |
| | | | | | Better handling when entering viins on entry to editor. Slightly changed since post to use vi command a. | ||||
* | 24915: some more fix-ups for combining characters | Peter Stephenson | 2008-05-04 | 1 | -18/+29 |
| | |||||
* | 24865: bad character adjustment in vireplacechars() | Peter Stephenson | 2008-04-23 | 1 | -1/+3 |
| | |||||
* | 24859: combining chars: overwriting and vi replace and append | Peter Stephenson | 2008-04-21 | 1 | -9/+18 |
| | |||||
* | 24853: use metafied strings for inner loops over history | Peter Stephenson | 2008-04-20 | 1 | -2/+1 |
| | |||||
* | 24852: more combining chars fallout | Peter Stephenson | 2008-04-20 | 1 | -6/+13 |
| | |||||
* | fix vi-replace-chars | Peter Stephenson | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | 24808: initial support for combining characters in zle | Peter Stephenson | 2008-04-13 | 1 | -19/+37 |
| | |||||
* | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | 22431: set WIDGET etc. more consistently when executing zle functions | Peter Stephenson | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | - In vireplacechars(), changed "ch" into a ZLE_INT_T. | Wayne Davison | 2005-11-01 | 1 | -13/+10 |
| | | | | | - Changed some islower()/isupper()/iblank() calls on zleline to use the new ZC_i<type> versions. | ||||
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -2/+2 |
| | | | | use multibyte versions of nicechar wherever possible. | ||||
* | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵ | Peter Stephenson | 2005-09-09 | 1 | -1/+1 |
| | | | | invalid characters or EOF | ||||
* | Got rid of an empty #ifdef/#else/#endif. | Wayne Davison | 2005-08-17 | 1 | -4/+0 |
| | |||||
* | 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion | Andrey Borzenkov | 2005-02-26 | 1 | -5/+6 |
| | |||||
* | 20869: more small Unicode tweaks | Peter Stephenson | 2005-02-25 | 1 | -14/+13 |
| | |||||
* | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 2005-02-24 | 1 | -2/+2 |
| | |||||
* | 20854: more Unicode stuff. | Peter Stephenson | 2005-02-23 | 1 | -13/+14 |
| | |||||
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -23/+49 |
| | | | | 20823: Debugging test in stat wrong for 64-bit systems | ||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -131/+131 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -29/+29 |
| | |||||
* | 19553: rename c in zle to lastchar | Peter Stephenson | 2004-03-08 | 1 | -199/+199 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+925 |