about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 27479: prevent completions split across backslash-newlinePeter Stephenson2009-12-071-22/+58
| | | | from causing too much mayhem
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-051-1/+15
| | | | 27466: document it
* 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
| | | | | on sequentially earlier descriptions when completing for a word other than the last word on the command line.
* 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
| | | | note issue found on HP-UX
* 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
| | | | add LASTABORTEDSEARCH variable
* 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
| | | | | 26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution
* 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
| | | | Was causing memory corruption
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-093-12/+17
|
* 26247: fix compilation with -Werror=format-securityAndrey Borzenkov2009-01-051-1/+1
|
* Greg Klanderman: 26159: fix appending of killsPeter Stephenson2009-01-031-1/+1
|
* 26110: option to allow vared to open to an alternative terminalPeter Stephenson2008-12-091-5/+14
|
* 26116: didn't get updated properly for combining charactersPeter Stephenson2008-12-071-6/+5
|
* François Revol: some BeOS fixesPeter Stephenson2008-11-181-1/+3
|
* 26061: fix clash between process subst and numeric globPeter Stephenson2008-11-181-2/+1
| | | | 26062: additional compmatch change, missed from 26047
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-155-302/+380
| | | | multibyte strings and wide characters
* 26030: fix memory leak in varedOliver Kiddle2008-11-121-0/+1
|
* 26024: don't leave ref count incremented when aborting bindkey with an errorOliver Kiddle2008-11-111-1/+2
|
* 26027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams2008-11-111-0/+1
|
* 26025: prefer handling user input to zle -F file descriptorPeter Stephenson2008-11-111-8/+15
|
* 25989: fix crash in matchingPeter Stephenson2008-11-021-36/+27
|
* 25975: bad tests for pattern match when building up a completion line stringPeter Stephenson2008-10-301-3/+11
|
* 25972: leaked and uninitialised memory found by valgrindPeter Stephenson2008-10-302-1/+2
|
* 25949: remove dead code in getvisrchstr.Clint Adams2008-10-301-6/+2
|
* 25940: delay !multi memory allocation until after possibility to error out ↵Clint Adams2008-10-291-7/+7
| | | | and return without freeing.
* users/13375: trivial rewrite to ternary expressionPeter Stephenson2008-10-231-1/+4
|
* 25912: fix another metafication bug in completionPeter Stephenson2008-10-181-19/+39
| | | | and remove lies about matchers
* 25897: remove small bit of dead code in cfp_opt_pats.Clint Adams2008-10-141-2/+2
|
* 25860: avoid possible NULL dereferencing in bld_parts.Clint Adams2008-10-121-1/+2
|
* 25859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams2008-10-121-1/+1
|
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-264-5/+5
|
* 25737: remove dead code in ca_parse_line.Clint Adams2008-09-231-3/+0
|