zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] completion system relies on ignorebraces to be unset
@ 2008-04-12 15:36 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2008-04-12 15:36 UTC (permalink / raw)
  To: zsh workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-12 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-12 15:36 [PATCH] completion system relies on ignorebraces to be unset Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).