about summary refs log tree commit diff
path: root/Src/Zle/zle_vi.c
Commit message (Collapse)AuthorAgeFilesLines
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson2005-09-091-1/+1
| | | | invalid characters or EOF
* 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
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-131/+131
| | | | unposted: update version to 4.2.3-dev-1
* 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