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 /Completion/compinit | |
parent | 87151e8bd7a3d2b11cbdce06e2a610214f78c3dc (diff) | |
download | zsh-94ef211b9b471c0ed773fd2f73a9f64e18a13b9c.tar.gz zsh-94ef211b9b471c0ed773fd2f73a9f64e18a13b9c.tar.xz zsh-94ef211b9b471c0ed773fd2f73a9f64e18a13b9c.zip |
unposted: add NO_ignoreclosebraces to options for completion
Diffstat (limited to 'Completion/compinit')
-rw-r--r-- | Completion/compinit | 1 |
1 files changed, 1 insertions, 0 deletions
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 |