Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: 3.1.5 - Functions/cdmatch2 should setopt extendedglob
- X-seq: zsh-workers 4482
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: PATCH: 3.1.5 - Functions/cdmatch2 should setopt extendedglob
- Date: Sun, 1 Nov 1998 16:37:01 -0800
Index: Functions/cdmatch2
===================================================================
diff -u -r1.1.1.1 cdmatch2
--- cdmatch2 1998/06/01 17:08:43 1.1.1.1
+++ cdmatch2 1998/11/02 00:35:32
@@ -2,7 +2,7 @@
# second argument of cd and pushd.
emulate -R zsh # Requires zsh 3.0-pre4 or later
-setopt localoptions
+setopt localoptions extendedglob
local from
read -Ac from
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author