summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_tricky.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-1332540: in doexpandhist(), discard saved line position data rather than restor...Barton E. Schaefer1-1/+1
2014-04-0632531: fix memory leaks detected by valgrindBarton E. Schaefer1-0/+1
2014-02-1432361: don't reset lastline before completionOliver Kiddle1-1/+0
2014-02-02Fix leading whitespace in a commentBarton E. Schaefer1-1/+1
2014-01-3132314: merge undo events corresponding to vi change in the vi-cmd-mode widget...Oliver Kiddle1-2/+1
2013-12-2532182: re-enable command completion after a separatorBarton E. Schaefer1-4/+7
2013-12-1632114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity1-1/+11
2013-08-0831644: Fix insertion of multibyte characters into editor line.Peter Stephenson1-1/+2
2013-08-0231611: attempt to fix crash completing redirection in do loopPeter Stephenson1-2/+24
2012-10-0530715: use enum lextok for variables containing lexical tokensPeter Stephenson1-6/+9
2011-10-1429820: _pick_variant -b to match builtinPeter Stephenson1-0/+41
2011-08-0329644: work around _describe bug, plus cosmetic tweaksPeter Stephenson1-1/+12
2011-06-2329503: Missing popheap() on failed autoloadPeter Stephenson1-4/+0
2011-06-19unposted: Remove additional for loop noticed by MikaelPeter Stephenson1-2/+0
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-3/+1
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-19/+19
2011-04-2929107: replace overlapping strcpy with memmoveBart Schaefer1-4/+4
2011-03-2828926: No newline after the last line in listlist() when printing the listBart Schaefer1-1/+3
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-5/+3
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson1-4/+3
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-8/+8
2010-03-22Fix ZLE access to pushed history linePeter Stephenson1-8/+8
2009-12-0727479: prevent completions split across backslash-newlinePeter Stephenson1-22/+58
2009-08-15users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson1-1/+9
2009-02-2026588: don't expand aliases in run-helpPeter Stephenson1-2/+1
2009-01-0526247: fix compilation with -Werror=format-securityAndrey Borzenkov1-1/+1
2008-10-1225859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams1-1/+1
2008-09-0825636: free s before returning with an error condition.Clint Adams1-1/+7
2008-05-1625051: add colour sequences to formatting strings in completionPeter Stephenson1-2/+27
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-1/+1
2008-04-1424816: some places where we need cursor alignment with combining charactersPeter Stephenson1-4/+1
2008-04-1424810: ensure combining character alignment on unmetaficationPeter Stephenson1-0/+8
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-9/+9
2008-02-0924542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson1-5/+10
2007-10-0323900: Better handling of NO_EQUALS in old completionPeter Stephenson1-0/+7
2007-08-3023809: expand $'...' in completion wordPeter Stephenson1-1/+84
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-1/+1
2007-03-2823246: fix completions of redirections that occur before the command wordPeter Stephenson1-4/+15
2007-02-1323172: typo displaying multiline explanation stringsPeter Stephenson1-1/+2
2007-01-26Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-11/+9
2006-12-0823036: three more fixes for completion using $'...'Peter Stephenson1-0/+10
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-14/+36
2006-11-0222950: fix reverse-menu-complete as start of completionPeter Stephenson1-2/+8
2006-10-2522911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson1-1/+2
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-26/+72
2006-09-1522713: word end in math completion context was screwyPeter Stephenson1-1/+1
2006-08-2022651: failed to unmetafy bytes for outputPeter Stephenson1-4/+16
2006-08-2022643: completing in math contextPeter Stephenson1-0/+2