about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* lexsave/lexrestore lexflagsPeter Stephenson2010-12-143-10/+9
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-143-16/+16
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-122-2/+2
* 28486: $compstate[parameter] needs untokenizingPeter Stephenson2010-12-061-0/+11
* 28363: fix insert bug refreshing zle with wide characteterPeter Stephenson2010-10-251-10/+32
* Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson2010-10-171-1/+3
* 28285: zle-isearch-update and zle-isearch-exitPeter Stephenson2010-10-061-0/+2
* 28282: new function zlecallhook()Peter Stephenson2010-09-203-34/+37
* 28237: new parameter ZLE_LINE_ABORTEDPeter Stephenson2010-09-082-2/+11
* 28229: can list individual keymapsPeter Stephenson2010-09-051-4/+18
* 28227: improved documentation on keymapsPeter Stephenson2010-09-051-10/+106
* 28202: unmetafy line for reversemenucompletePeter Stephenson2010-08-311-0/+2
* 28167: reset more variables on invalidating completion listPeter Stephenson2010-08-151-0/+2
* 28160, 28164: fix redisplay problem after display resetPeter Stephenson2010-08-131-1/+6
* 28122 (Frank) / 28139: add ZLE_STATEPeter Stephenson2010-08-111-0/+60
* Daiki Ueno: 28112: fix character width assignmentPeter Stephenson2010-08-021-1/+1
* users/15217: use top-level status when redrawing promptPeter Stephenson2010-07-311-0/+23
* <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson2010-07-291-1/+1
* 28102: use lstat() when checking ignore-parentsPeter Stephenson2010-07-261-3/+12
* 27926: fix completion suffix when inserting last wordPeter Stephenson2010-04-271-0/+1
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-223-13/+60
* Fix ZLE access to pushed history linePeter Stephenson2010-03-222-9/+20
* 27804: don't hang in isearch if invalid character foundPeter Stephenson2010-03-181-0/+2
* users/14732: Test X:/ rather than X: in CygwinPeter Stephenson2010-01-221-9/+34
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
* 27479: prevent completions split across backslash-newlinePeter Stephenson2009-12-071-22/+58
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-051-1/+15
* 27441: add "sa" for suffix alias completion highlightingPeter Stephenson2009-11-301-6/+24
* 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could stepBart Schaefer2009-11-211-0/+17
* Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson2009-09-061-1/+1
* 27218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson2009-08-171-2/+16
* users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson2009-08-151-1/+9
* 27211: handle Cygwin device files & drives specially in compfilesPeter Stephenson2009-08-051-8/+66
* 27085: add accept-search handling to scrollist keymapPeter Stephenson2009-07-011-0/+2
* 27080: it wasnt possible to exit menu selection cleanlyPeter Stephenson2009-07-011-2/+18
* 26956: tidy up some zle variables for module unloadingPeter Stephenson2009-05-111-0/+4
* 26984: ensure zle window sizes are reset with video dataPeter Stephenson2009-05-081-0/+2
* 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson2009-04-243-18/+59
* users/14041: bind : by default to execute-named-cmd in vicmd modePeter Stephenson2009-04-171-1/+1
* users/13902: make isearch return status usefulPeter Stephenson2009-03-132-21/+66
* users/13903 fix vi search prompt and repeatPeter Stephenson2009-03-131-1/+5
* 26588: don't expand aliases in run-helpPeter Stephenson2009-02-201-2/+1
* Danek Duvall: 26571: Additions for SolarisPeter Stephenson2009-02-141-1/+1
* 26466: suffix in certain matcher modes mishandled patternPeter Stephenson2009-01-291-7/+10
* 26463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson2009-01-283-7/+43
* 26373: initialise variable in menu completion in attempt to prevent crashPeter Stephenson2009-01-201-0/+1
* 26366: add "isearch" keymap and "accept-search" functinoPeter Stephenson2009-01-193-0/+15
* 26393: turn off text attributes in refresh when deleting textPeter Stephenson2009-01-131-9/+10
* Back off 26270 (accept-and-menu-complete).Peter Stephenson2009-01-133-17/+12
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-093-12/+17