diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-09 15:02:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-09 15:02:39 +0000 |
commit | 94ef211b9b471c0ed773fd2f73a9f64e18a13b9c (patch) | |
tree | 35ec7ed19a709d7eaf5c0c0ea5bfa2f0f06f0bc2 | |
parent | 87151e8bd7a3d2b11cbdce06e2a610214f78c3dc (diff) | |
download | zsh-94ef211b9b471c0ed773fd2f73a9f64e18a13b9c.tar.gz zsh-94ef211b9b471c0ed773fd2f73a9f64e18a13b9c.tar.xz zsh-94ef211b9b471c0ed773fd2f73a9f64e18a13b9c.zip |
unposted: add NO_ignoreclosebraces to options for completion
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/compinit | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 09508a2a1..8c08de6a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ ***************************************************** diff --git a/Completion/compinit b/Completion/compinit index d25642e5d..489d662c3 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -144,6 +144,7 @@ _comp_options=( NO_globsubst NO_histsubstpattern NO_ignorebraces + NO_ignoreclosebraces NO_kshglob NO_ksharrays NO_kshtypeset |