about summary refs log tree commit diff
path: root/Completion/compinit
Commit message (Collapse)AuthorAgeFilesLines
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-0/+1
| | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness.
* 46280: compinit: add -w to explain why compdump runsMikael Magnusson2020-08-051-2/+27
|
* 42294: disable REPORTTIME in completionPeter Stephenson2018-01-181-1/+3
|
* 41095: Use 2>&- in completion to avoide restricted shell problem.Jan Kryl2017-05-081-1/+1
|
* 40391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2017-01-231-0/+1
| | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
* 40372: turn off POSIX_IDENTIFIERS option in completionPeter Stephenson2017-01-161-0/+1
|
* unposted (see users/22287): _comp_options needs to disable ERR_RETURNBarton E. Schaefer2016-12-271-0/+1
|
* 38289: "builtin enable" in $_comp_setup to avoid accidentally invoking ↵Barton E. Schaefer2016-04-151-4/+4
| | | | external command of the same name
* 35573: turn off POSIX_BUILTINS in completion.Peter Stephenson2015-06-231-0/+1
| | | | This is now needed to get suitable OPTIND behaviour.
* users/20243: turn off GLOB_ASSIGN in completion system.Peter Stephenson2015-06-021-0/+1
|
* 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