about summary refs log tree commit diff
path: root/Src/Zle/zle_vi.c
Commit message (Expand)AuthorAgeFilesLines
* 32480: Fix crash in vi mode with too few previous changesJun T2014-03-131-1/+1
* 32342: fix overstrike for vi mode and use varying vi commands at line startOliver Kiddle2014-02-051-2/+4
* 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based onOliver Kiddle2014-02-051-7/+1
* 32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...Oliver Kiddle2014-01-311-3/+9
* 32308: Improve initialising of vi change.Peter Stephenson2014-01-281-2/+25
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-041-18/+29
* 24865: bad character adjustment in vireplacechars()Peter Stephenson2008-04-231-1/+3
* 24859: combining chars: overwriting and vi replace and appendPeter Stephenson2008-04-211-9/+18
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-2/+1
* 24852: more combining chars falloutPeter Stephenson2008-04-201-6/+13
* fix vi-replace-charsPeter Stephenson2008-04-171-1/+1
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-19/+37
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-031-1/+1
* 22431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson2006-04-251-1/+1
* - In vireplacechars(), changed "ch" into a ZLE_INT_T.Wayne Davison2005-11-011-13/+10
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-2/+2
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson2005-09-091-1/+1
* Got rid of an empty #ifdef/#else/#endif.Wayne Davison2005-08-171-4/+0
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-261-5/+6
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-14/+13
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-2/+2
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-13/+14
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-23/+49
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-131/+131
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-29/+29
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-081-199/+199
* Initial revisionTanaka Akira1999-04-151-0/+925