summaryrefslogtreecommitdiff
path: root/Completion/compinit
AgeCommit message (Collapse)AuthorFilesLines
2022-03-2949917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer1-10/+8
2021-04-1848560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer1-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.
2020-08-0546280: compinit: add -w to explain why compdump runsMikael Magnusson1-2/+27
2018-01-1842294: disable REPORTTIME in completionPeter Stephenson1-1/+3
2017-05-0841095: Use 2>&- in completion to avoide restricted shell problem.Jan Kryl1-1/+1
2017-01-2340391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson1-0/+1
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
2017-01-1640372: turn off POSIX_IDENTIFIERS option in completionPeter Stephenson1-0/+1
2016-12-27unposted (see users/22287): _comp_options needs to disable ERR_RETURNBarton E. Schaefer1-0/+1
2016-04-1538289: "builtin enable" in $_comp_setup to avoid accidentally invoking ↵Barton E. Schaefer1-4/+4
external command of the same name
2015-06-2335573: turn off POSIX_BUILTINS in completion.Peter Stephenson1-0/+1
This is now needed to get suitable OPTIND behaviour.
2015-06-02users/20243: turn off GLOB_ASSIGN in completion system.Peter Stephenson1-0/+1
2014-12-0533866: addendum to completion trap fixPeter Stephenson1-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.
2014-11-2733804: hide values of large arrays in typeset outputBarton E. Schaefer1-5/+5
Declare arrays used internally by completion with the -H attribute.
2013-06-1331465: fix basic completion and globbing uses of disabled patternsPeter Stephenson1-1/+2
2012-07-17users/17051: explicit IFS for "read" in compinitBart Schaefer1-5/+5
2011-12-09unposted: add NO_ignoreclosebraces to options for completionPeter Stephenson1-0/+1
2011-07-2229596: fix syntax to work with ksh_arraysMikael Magnusson1-1/+1
2011-05-2729384: Add _comp_caller_optionsMikael Magnusson1-1/+3
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2011-03-29Mikael: 28948: compdef -e overrides interpretation of argument as servicePeter Stephenson1-3/+4
2010-12-06users/15621: compdef -p/-P <pat>=<service>Peter Stephenson1-2/+14
users/15622: use service with _pick_variant
2010-02-08unposted: a couple of typeset -g's and a commentPeter Stephenson1-1/+1
2008-09-0525608: NO_cshjunkiesquote in completionPeter Stephenson1-0/+1
2008-05-19unposted: Completion/compinit: typo in 25068Peter Stephenson1-1/+1
2008-05-18unposted: fix unwanted output from new typeset in compinitPeter Stephenson1-5/+3
2008-05-1825068: Fix some completion warnings with WARN_CREATE_GLOBALPeter Stephenson1-1/+7
2008-04-1224807: Frank Terbeck: Completion system needs no_ignore_bracesPeter Stephenson1-0/+1
2008-03-2824776: clarify compinit message when compaudit failsPeter Stephenson1-2/+3
2007-11-01Frank Benkstein: 24047: fix compdef for more than three commands using theOliver Kiddle1-1/+1
same service
2006-11-0122934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson1-8/+9
make ${.../#%...} anchor at both ends
2006-06-2822525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson1-2/+3
2005-10-1721880: add carriage return to IFS in completion context.Bart Schaefer1-0/+1
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson1-0/+1
2004-10-22_comp_options needs NO_kshtypesetBart Schaefer1-0/+1
2004-06-16users/7553: include zsh version in dump file to avoid problems with upgradesOliver Kiddle1-1/+3
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-6/+6
completion system to be used with ksh_autoload set
2004-04-1419768: add clue to insecure directories warning and send errors to stderrOliver Kiddle1-9/+10
2002-04-25users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson1-0/+1
$_comp_options.
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-120/+51
sub-contexts both for function and style lookup (16819)
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky1-54/+135
compdef; use this for parameter values and redirections (16755)
2001-06-21Fix exit status of compdef.Bart Schaefer1-3/+3
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky1-0/+11
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
2001-04-29NO_kshglob in _comp_options.Bart Schaefer1-0/+1
2001-04-06Improve prompt when compaudit finds badness.Bart Schaefer1-1/+2
2001-04-02after-move cleanupSven Wischnowsky1-2/+2
2001-04-02moved from Completion/Core/compinitSven Wischnowsky1-0/+483