diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-05 08:50:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-05 08:50:05 +0000 |
commit | 52f401a4a7c90e338bd70b807c05e66ce3f2b783 (patch) | |
tree | ad54c410ecac57cce8d3b04de35d07dbcd27dce6 /Completion/compinit | |
parent | 13f60efbd7d8572e2850dae9c0adbcc137be3e92 (diff) | |
download | zsh-52f401a4a7c90e338bd70b807c05e66ce3f2b783.tar.gz zsh-52f401a4a7c90e338bd70b807c05e66ce3f2b783.tar.xz zsh-52f401a4a7c90e338bd70b807c05e66ce3f2b783.zip |
25608: NO_cshjunkiesquote in 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 8db7f63f3..1e4b7acef 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -139,6 +139,7 @@ _comp_options=( NO_allexport NO_aliases NO_cshnullglob + NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern |