summaryrefslogtreecommitdiff
path: root/Completion/Base/Core/_main_complete
AgeCommit message (Expand)AuthorFilesLines
2023-05-2151348: Fix subscript completion bugs inside ~[...]Marlon Richert1-13/+9
2021-03-1748180: Start menu selection with select=long-list in menu styleMarlon Richert1-1/+1
2021-01-2747873: Improve completion within dynamic directory namesPeter Stephenson1-2/+12
2019-04-0444201: _command_name: Check for external forcing precommandMatthew Martin1-0/+6
2016-11-2840011: Make $_comp_priv_prefix only declared when required, and use that to h...Daniel Shahaf1-1/+3
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges w...Oliver Kiddle1-0/+1
2015-06-27Don't require MULTI_FUNCDEF in _main_complete.Peter Stephenson1-1/+6
2015-06-0635163: move "show-ambiguity" style to _setup so that more precise context can...Barton E. Schaefer1-5/+5
2015-03-21users/20034: adjust PREFIX and SUFFIX for unambiguous_cursor on second comple...Barton E. Schaefer1-0/+10
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-8/+13
2014-12-0733901: fix warning message reference to funcstack (updates 33859)Barton E. Schaefer1-1/+1
2014-12-0533859: Fix traps in completionPeter Stephenson1-2/+5
2014-10-2933563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko in...Barton E. Schaefer1-1/+1
2014-03-0332439: add new show-ambiguity styleOliver Kiddle1-0/+8
2014-01-3032322: display a message when completion is interrupted from the keyboardBarton E. Schaefer1-0/+5
2012-01-0530081: make _main_complete independent of IGNORE_CLOSE_BRACES optionPeter Stephenson1-3/+10
2011-12-1330012: add $state_descrBart Schaefer1-1/+2
2011-05-2429338: fix pattern in _main_complete for insert-tab.Mikael Magnusson1-1/+1
2010-04-2727911: no completion colouring with old lists when turned offPeter Stephenson1-2/+7
2009-04-0126801: add completion for calendar functionPeter Stephenson1-0/+3
2004-10-0120427: Fix problem with _oldlist and custom completer.Peter Stephenson1-1/+11
2004-03-02zsh-users/7100: fix completion of =file when noequals is setPeter Stephenson1-1/+1
2003-08-0118920: fix unset IFS bettererPeter Stephenson1-0/+2
2003-02-2618299: allow _next_tags to work with nested tag loopsOliver Kiddle1-0/+1
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-0/+13
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-1/+1
2001-08-17make insert-tab really default to `true' (15653)Sven Wischnowsky1-1/+1
2001-06-20Fix "insert-tab pending" zstyle.Bart Schaefer1-2/+2
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not o...Sven Wischnowsky1-6/+1
2001-04-02moved from Completion/Core/_main_completeSven Wischnowsky1-0/+330