Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] completion system relies on ignorebraces to be unset



This was reported on IRC.
Adding NO_ignorebraces to _comp_options[] seems to do the trick.

Regards, Frank


Index: Completion/compinit
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/compinit,v
retrieving revision 1.19
diff -u -r1.19 compinit
--- Completion/compinit	28 Mar 2008 15:00:51 -0000	1.19
+++ Completion/compinit	12 Apr 2008 15:35:42 -0000
@@ -141,6 +141,7 @@
     NO_errexit
     NO_globsubst
     NO_histsubstpattern
+    NO_ignorebraces
     NO_kshglob
     NO_ksharrays
     NO_kshtypeset

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



Messages sorted by: Reverse Date, Date, Thread, Author