summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Collapse)AuthorFilesLines
2010-10-17Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson1-1/+3
2010-10-0628285: zle-isearch-update and zle-isearch-exitPeter Stephenson1-0/+2
2010-09-2028282: new function zlecallhook()Peter Stephenson3-34/+37
fix arguments to zle-keymap-select
2010-09-0828237: new parameter ZLE_LINE_ABORTEDPeter Stephenson2-2/+11
28241: don't list .safe with bindkey -lL
2010-09-0528229: can list individual keymapsPeter Stephenson1-4/+18
2010-09-0528227: improved documentation on keymapsPeter Stephenson1-10/+106
28226: improve bindkey -lL for aliased keymaps
2010-08-3128202: unmetafy line for reversemenucompletePeter Stephenson1-0/+2
2010-08-1528167: reset more variables on invalidating completion listPeter Stephenson1-0/+2
2010-08-1328160, 28164: fix redisplay problem after display resetPeter Stephenson1-1/+6
2010-08-1128122 (Frank) / 28139: add ZLE_STATEPeter Stephenson1-0/+60
2010-08-02Daiki Ueno: 28112: fix character width assignmentPeter Stephenson1-1/+1
2010-07-31users/15217: use top-level status when redrawing promptPeter Stephenson1-0/+23
2010-07-29<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson1-1/+1
Actually commit the code.
2010-07-2628102: use lstat() when checking ignore-parentsPeter Stephenson1-3/+12
2010-04-2727926: fix completion suffix when inserting last wordPeter Stephenson1-0/+1
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson3-13/+60
2010-03-22Fix ZLE access to pushed history linePeter Stephenson2-9/+20
2010-03-1827804: don't hang in isearch if invalid character foundPeter Stephenson1-0/+2
2010-01-22users/14732: Test X:/ rather than X: in CygwinPeter Stephenson1-9/+34
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison1-1/+1
Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
2009-12-0727479: prevent completions split across backslash-newlinePeter Stephenson1-22/+58
from causing too much mayhem
2009-12-05Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson1-1/+15
27466: document it
2009-11-3027441: add "sa" for suffix alias completion highlightingPeter Stephenson1-6/+24
2009-11-2127415: Src/Zle/computil.c: comparguments "*::..." descriptions could stepBart Schaefer1-0/+17
on sequentially earlier descriptions when completing for a word other than the last word on the command line.
2009-09-06Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson1-1/+1
2009-08-1727218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson1-2/+16
2009-08-15users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson1-1/+9
2009-08-0527211: handle Cygwin device files & drives specially in compfilesPeter Stephenson1-8/+66
2009-07-0127085: add accept-search handling to scrollist keymapPeter Stephenson1-0/+2
2009-07-0127080: it wasnt possible to exit menu selection cleanlyPeter Stephenson1-2/+18
2009-05-1126956: tidy up some zle variables for module unloadingPeter Stephenson1-0/+4
note issue found on HP-UX
2009-05-0826984: ensure zle window sizes are reset with video dataPeter Stephenson1-0/+2
2009-04-2426876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson3-18/+59
2009-04-17users/14041: bind : by default to execute-named-cmd in vicmd modePeter Stephenson1-1/+1
2009-03-13users/13902: make isearch return status usefulPeter Stephenson2-21/+66
add LASTABORTEDSEARCH variable
2009-03-13users/13903 fix vi search prompt and repeatPeter Stephenson1-1/+5
2009-02-2026588: don't expand aliases in run-helpPeter Stephenson1-2/+1
2009-02-14Danek Duvall: 26571: Additions for SolarisPeter Stephenson1-1/+1
2009-01-2926466: suffix in certain matcher modes mishandled patternPeter Stephenson1-7/+10
2009-01-2826463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson3-7/+43
26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution
2009-01-2026373: initialise variable in menu completion in attempt to prevent crashPeter Stephenson1-0/+1
2009-01-1926366: add "isearch" keymap and "accept-search" functinoPeter Stephenson3-0/+15
2009-01-1326393: turn off text attributes in refresh when deleting textPeter Stephenson1-9/+10
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson3-17/+12
Was causing memory corruption
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov3-12/+17
2009-01-0526247: fix compilation with -Werror=format-securityAndrey Borzenkov1-1/+1
2009-01-03Greg Klanderman: 26159: fix appending of killsPeter Stephenson1-1/+1
2008-12-0926110: option to allow vared to open to an alternative terminalPeter Stephenson1-5/+14
2008-12-0726116: didn't get updated properly for combining charactersPeter Stephenson1-6/+5
2008-11-18François Revol: some BeOS fixesPeter Stephenson1-1/+3