about summary refs log tree commit diff
path: root/Functions/cdmatch2
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/cdmatch2')
-rw-r--r--Functions/cdmatch22
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/cdmatch2 b/Functions/cdmatch2
index c70357a34..8a3e9591f 100644
--- a/Functions/cdmatch2
+++ b/Functions/cdmatch2
@@ -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