about summary refs log tree commit diff
path: root/Completion/compinit
Commit message (Collapse)AuthorAgeFilesLines
* 33866: addendum to completion trap fixPeter Stephenson2014-12-051-0/+1
| | | | | | We need the multifuncdef option on for the trap function definitions to work. It is by default by this wasn't enforced for the completion functions.
* 33804: hide values of large arrays in typeset outputBarton E. Schaefer2014-11-271-5/+5
| | | | Declare arrays used internally by completion with the -H attribute.
* 31465: fix basic completion and globbing uses of disabled patternsPeter Stephenson2013-06-131-1/+2
|
* users/17051: explicit IFS for "read" in compinitBart Schaefer2012-07-171-5/+5
|
* unposted: add NO_ignoreclosebraces to options for completionPeter Stephenson2011-12-091-0/+1
|
* 29596: fix syntax to work with ksh_arraysMikael Magnusson2011-07-221-1/+1
|
* 29384: Add _comp_caller_optionsMikael Magnusson2011-05-271-1/+3
|
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
|
* Mikael: 28948: compdef -e overrides interpretation of argument as servicePeter Stephenson2011-03-291-3/+4
|
* users/15621: compdef -p/-P <pat>=<service>Peter Stephenson2010-12-061-2/+14
| | | | users/15622: use service with _pick_variant
* unposted: a couple of typeset -g's and a commentPeter Stephenson2010-02-081-1/+1
|
* 25608: NO_cshjunkiesquote in completionPeter Stephenson2008-09-051-0/+1
|
* unposted: Completion/compinit: typo in 25068Peter Stephenson2008-05-191-1/+1
|
* unposted: fix unwanted output from new typeset in compinitPeter Stephenson2008-05-181-5/+3
|
* 25068: Fix some completion warnings with WARN_CREATE_GLOBALPeter Stephenson2008-05-181-1/+7
|
* 24807: Frank Terbeck: Completion system needs no_ignore_bracesPeter Stephenson2008-04-121-0/+1
|
* 24776: clarify compinit message when compaudit failsPeter Stephenson2008-03-281-2/+3
|
* Frank Benkstein: 24047: fix compdef for more than three commands using theOliver Kiddle2007-11-011-1/+1
| | | | same service
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-8/+9
| | | | make ${.../#%...} anchor at both ends
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-2/+3
|
* 21880: add carriage return to IFS in completion context.Bart Schaefer2005-10-171-0/+1
|
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-0/+1
|
* _comp_options needs NO_kshtypesetBart Schaefer2004-10-221-0/+1
|
* users/7553: include zsh version in dump file to avoid problems with upgradesOliver Kiddle2004-06-161-1/+3
|
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-201-6/+6
| | | | completion system to be used with ksh_autoload set
* 19768: add clue to insecure directories warning and send errors to stderrOliver Kiddle2004-04-141-9/+10
|
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-251-0/+1
| | | | $_comp_options.
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-120/+51
| | | | sub-contexts both for function and style lookup (16819)
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-041-54/+135
| | | | compdef; use this for parameter values and redirections (16755)
* Fix exit status of compdef.Bart Schaefer2001-06-211-3/+3
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-291-0/+11
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* NO_kshglob in _comp_options.Bart Schaefer2001-04-291-0/+1
|
* Improve prompt when compaudit finds badness.Bart Schaefer2001-04-061-1/+2
|
* after-move cleanupSven Wischnowsky2001-04-021-2/+2
|
* moved from Completion/Core/compinitSven Wischnowsky2001-04-021-0/+483