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