1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-11 01:36:03 +02:00

25608: NO_cshjunkiesquote in completion

This commit is contained in:
Peter Stephenson 2008-09-05 08:50:05 +00:00
parent 13f60efbd7
commit 52f401a4a7
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -139,6 +139,7 @@ _comp_options=(
NO_allexport
NO_aliases
NO_cshnullglob
NO_cshjunkiequotes
NO_errexit
NO_globsubst
NO_histsubstpattern