summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
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
2008-11-1826061: fix clash between process subst and numeric globPeter Stephenson1-2/+1
2008-11-1526047: convert lower levels of completion matching to usePeter Stephenson5-302/+380
2008-11-1226030: fix memory leak in varedOliver Kiddle1-0/+1
2008-11-1126024: don't leave ref count incremented when aborting bindkey with an errorOliver Kiddle1-1/+2
2008-11-1126027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams1-0/+1
2008-11-1126025: prefer handling user input to zle -F file descriptorPeter Stephenson1-8/+15
2008-11-0225989: fix crash in matchingPeter Stephenson1-36/+27
2008-10-3025975: bad tests for pattern match when building up a completion line stringPeter Stephenson1-3/+11
2008-10-3025972: leaked and uninitialised memory found by valgrindPeter Stephenson2-1/+2
2008-10-3025949: remove dead code in getvisrchstr.Clint Adams1-6/+2
2008-10-2925940: delay !multi memory allocation until after possibility to error out an...Clint Adams1-7/+7
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson1-1/+4
2008-10-1825912: fix another metafication bug in completionPeter Stephenson1-19/+39
2008-10-1425897: remove small bit of dead code in cfp_opt_pats.Clint Adams1-2/+2
2008-10-1225860: avoid possible NULL dereferencing in bld_parts.Clint Adams1-1/+2
2008-10-1225859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams1-1/+1
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson4-5/+5
2008-09-2325737: remove dead code in ca_parse_line.Clint Adams1-3/+0
2008-09-2325736: one more zsfree missing from 25667.Clint Adams1-0/+1
2008-09-2225723: align combining character when popped from input stackPeter Stephenson1-0/+1
2008-09-1825690: fix insert-last-word on multibyte characters with MetaPeter Stephenson1-5/+3
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson4-15/+14
2008-09-1425667: free mstr before returning from errors.Clint Adams1-0/+3
2008-09-1425666: free memory allocated for an xor if the argument number is invalid.Clint Adams1-0/+2