From b5da5786e83602e24ac827824e6a9165994fe45c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Mar 2012 10:49:16 -0600 Subject: actually, i do want this matcher --- zshcomplete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshcomplete') 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' -- cgit v1.2.3-54-g00ecf