summaryrefslogtreecommitdiffstats
path: root/zshcomplete
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-01 10:49:16 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-01 18:07:31 -0600
commitb5da5786e83602e24ac827824e6a9165994fe45c (patch)
tree989ef948b1b7f6e6c770d8b24ad1bbf78ade4ce9 /zshcomplete
parentdc5a18fcdedff36820a7f99cef7b394fc548e530 (diff)
downloadconf-b5da5786e83602e24ac827824e6a9165994fe45c.tar.gz
conf-b5da5786e83602e24ac827824e6a9165994fe45c.zip
actually, i do want this matcher
Diffstat (limited to 'zshcomplete')
-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'