1
0
Fork 0
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:
Peter Stephenson 2011-12-09 15:02:39 +00:00
parent 87151e8bd7
commit 94ef211b9b
2 changed files with 5 additions and 1 deletions

View file

@ -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 $
*****************************************************

View file

@ -144,6 +144,7 @@ _comp_options=(
NO_globsubst
NO_histsubstpattern
NO_ignorebraces
NO_ignoreclosebraces
NO_kshglob
NO_ksharrays
NO_kshtypeset