about summary refs log tree commit diff
path: root/Completion/Core/_match
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-22 01:43:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-22 01:43:02 +0000
commit76953c4d3f155e78467b8c6505bebcd8e9efeafc (patch)
treeccc5f4517e1bc14082c8cefa70a784f6eb55e52b /Completion/Core/_match
parent6398d0e2bcdd17168e619b91b3a863e572d20aa6 (diff)
downloadzsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.gz
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.xz
zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.zip
zsh-workers/9827
Diffstat (limited to 'Completion/Core/_match')
-rw-r--r--Completion/Core/_match2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_match b/Completion/Core/_match
index 5dc7936bc..86c01f681 100644
--- a/Completion/Core/_match
+++ b/Completion/Core/_match
@@ -19,7 +19,7 @@ local curcontext="${curcontext/:[^:]#:/:match:}"
 tmp="${${:-$PREFIX$SUFFIX}#[~=]}"
 [[ "$tmp:q" = "$tmp" ]] && return 1
 
-zstyle -s ":completion:${curcontext}:" original orig
+zstyle -s ":completion:${curcontext}:" match-original orig
 zstyle -b ":completion:${curcontext}:" insert-unambiguous ins
 
 # Try completion without inserting a `*'?