summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshcomplete2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshcomplete b/zshcomplete
index 19fc375..e7548e8 100644
--- a/zshcomplete
+++ b/zshcomplete
@@ -6,7 +6,7 @@ zstyle ':completion:*' insert-unambiguous true
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-prompt %S\(%p\)%s
zstyle ':completion:*' list-suffixes true
-zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}'
+zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'l:|=* r:|=*'
zstyle ':completion:*' original false
zstyle :compinstall filename '/home/doy/.zshcomplete'