about summary refs log tree commit diff
path: root/Completion/Base/Core/_main_complete
Commit message (Collapse)AuthorAgeFilesLines
* 33942: always block to fix ZLS_COLORS interrupt_abortPeter Stephenson2014-12-091-8/+13
| | | | | | Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles.
* 33859: Fix traps in completionPeter Stephenson2014-12-051-2/+5
| | | | | We need to use a function-style trap in order for the effect of the interrupt to propagate back correctly.
* 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko ↵Barton E. Schaefer2014-10-291-1/+1
| | | | | | | | in status message for INT/QUIT signals; check errflag in output loops Two semi-related patches for keyboard interrupt handling in completion, most importantly so that unexpectedly long completion listings can be interrupted.
* 32439: add new show-ambiguity styleOliver Kiddle2014-03-031-0/+8
|
* 32322: display a message when completion is interrupted from the keyboardBarton E. Schaefer2014-01-301-0/+5
|
* 30081: make _main_complete independent of IGNORE_CLOSE_BRACES optionPeter Stephenson2012-01-051-3/+10
|
* 30012: add $state_descrBart Schaefer2011-12-131-1/+2
|
* 29338: fix pattern in _main_complete for insert-tab.Mikael Magnusson2011-05-241-1/+1
|
* 27911: no completion colouring with old lists when turned offPeter Stephenson2010-04-271-2/+7
|
* 26801: add completion for calendar functionPeter Stephenson2009-04-011-0/+3
| | | | add tracking of precommand modifiers that are in effect
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-011-1/+11
| | | | 20339: show-completer style
* zsh-users/7100: fix completion of =file when noequals is setPeter Stephenson2004-03-021-1/+1
|
* 18920: fix unset IFS bettererPeter Stephenson2003-08-011-0/+2
|
* 18299: allow _next_tags to work with nested tag loopsOliver Kiddle2003-02-261-0/+1
|
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-0/+13
|
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-221-1/+1
| | | | implementation of compadd -x) (16483)
* make insert-tab really default to `true' (15653)Sven Wischnowsky2001-08-171-1/+1
|
* Fix "insert-tab pending" zstyle.Bart Schaefer2001-06-201-2/+2
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-291-6/+1
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* moved from Completion/Core/_main_completeSven Wischnowsky2001-04-021-0/+330