about summary refs log tree commit diff
path: root/Src/Zle/compcore.c
Commit message (Expand)AuthorAgeFilesLines
* 48790: COMPLETE_IN_WORD inside brace-paramBart Schaefer2021-05-151-4/+24
* 47997: Disable XTRACE around user-defined completion widgets.Bart Schaefer2021-02-111-0/+3
* 45729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf2020-05-031-2/+2
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-22/+30
* 43531: Completion: Fix some false positives in the logic for "are these two c...Daniel Shahaf2018-09-301-3/+1
* 43219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto2018-07-311-0/+2
* 42870: another improvement of 'compset -q'Jun-ichi Takimoto2018-05-311-4/+6
* 42809: slightly improve 'compset -q'Jun-ichi Takimoto2018-05-251-3/+6
* 42185: safety when removing separators in completiondana2018-05-111-1/+2
* 41242: zstrbcmp(...) removed in favor of zstrcmp(..., SORTIT_IGNORING_BACKSLA...Barton E. Schaefer2017-06-171-1/+3
* 39945: allow further tab presses to move on to menu completion even when comp...Oliver Kiddle2016-11-161-0/+1
* 39829: when compstate[insert] is emptied by the completion function and AUTO_...Oliver Kiddle2016-11-051-2/+8
* 39805: internal: Document some compadd internals.Daniel Shahaf2016-11-031-2/+10
* 39802: internal: Document and simplify multiquote().Daniel Shahaf2016-11-031-5/+17
* 39383: compadd: Restrict previous patch to the case where $PREFIX includes ch...Daniel Shahaf2016-09-201-2/+4
* 39372: compadd: Match -P prefix all-or-nothing rather than greedily.Daniel Shahaf2016-09-201-4/+7
* 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.Daniel Shahaf2016-09-111-1/+1
* 38043: allow any completion widget to cycle matches for menu completion to fi...Oliver Kiddle2016-03-071-7/+1
* 35704: compadd -E 0 should imply -J and -2Oliver Kiddle2015-07-061-2/+2
* 35627: make reverse-menu-complete start with the last match inOliver Kiddle2015-06-291-4/+2
* 35127#1: Fix _describe/compdescribe problem with unsorted groupsDaniel Shahaf2015-05-231-4/+5
* Rearrange context saving.Peter Stephenson2015-01-091-2/+2
* 34115: compcore: Fix size argument to zfreeMikael Magnusson2015-01-061-1/+1
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-1/+1
* 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer2014-10-021-0/+2
* 32303: simplistic completion after $x:Peter Stephenson2014-01-281-0/+14
* 31882: Insulate completion widget against environment.Peter Stephenson2013-10-241-4/+1
* 30193: remnulargs() after poking into string in case length changesBart Schaefer2012-02-091-1/+1
* 29644: work around _describe bug, plus cosmetic tweaksPeter Stephenson2011-08-031-1/+2
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-4/+2
* 29459: Further fixes for parameter flag completion,Peter Stephenson2011-06-041-2/+4
* 29452: allow completion of parameter flagsPeter Stephenson2011-06-031-3/+13
* 29268: extra dupstring() for value to be used in completion match groupPeter Stephenson2011-05-141-1/+1
* 29267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson2011-05-141-0/+31
* 28772: Update regions in region highlight dynamicallyPeter Stephenson2011-02-181-6/+2
* lexsave/lexrestore lexflagsPeter Stephenson2010-12-141-2/+2
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-141-3/+3
* 28486: $compstate[parameter] needs untokenizingPeter Stephenson2010-12-061-0/+11
* <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson2010-07-291-1/+1
* Back off 26270 (accept-and-menu-complete).Peter Stephenson2009-01-131-1/+0
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-091-0/+1
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-1/+1
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-3/+3
* 25267: ambiguous pattern matching fix: missing logPeter Stephenson2008-07-071-1/+1
* 25267: fix problem with menu on ambiguous completion without matchingPeter Stephenson2008-07-061-0/+39
* 24951: implement ZLS_COLORS ln=targetPeter Stephenson2008-05-061-2/+9
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-4/+4
* 24127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2007-11-281-9/+9
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-19/+2