mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
unposted: add NO_ignoreclosebraces to options for completion
This commit is contained in:
parent
87151e8bd7
commit
94ef211b9b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-12-09 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Completion/compinit: add NO_ignoreclosebraces to
|
||||
options needed in completion.
|
||||
|
||||
* users/16614: config.guess, config.sub: update from automake
|
||||
1.11.1.
|
||||
|
||||
|
@ -15689,5 +15692,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5524 $
|
||||
* $Revision: 1.5525 $
|
||||
*****************************************************
|
||||
|
|
|
@ -144,6 +144,7 @@ _comp_options=(
|
|||
NO_globsubst
|
||||
NO_histsubstpattern
|
||||
NO_ignorebraces
|
||||
NO_ignoreclosebraces
|
||||
NO_kshglob
|
||||
NO_ksharrays
|
||||
NO_kshtypeset
|
||||
|
|
Loading…
Reference in a new issue