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 | |
parent | 13f60efbd7d8572e2850dae9c0adbcc137be3e92 (diff) | |
download | zsh-52f401a4a7c90e338bd70b807c05e66ce3f2b783.tar.gz zsh-52f401a4a7c90e338bd70b807c05e66ce3f2b783.tar.xz zsh-52f401a4a7c90e338bd70b807c05e66ce3f2b783.zip |
25608: NO_cshjunkiesquote in completion
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/compinit | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 20c7714d5..744a03213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-04 Peter Stephenson <pws@csr.com> + + * 25608: Completion/compinit: unset CSH_JUNKIE_QUOTES during + completion. + 2008-09-04 Clint Adams <clint@zsh.org> * 25611, 25613: Src/Modules/curses.c: protect against two possible 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 |