From c24273e4d268a37ddd06b150743ba1c65e034eaa Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 20 May 2012 18:17:51 -0400 Subject: [PATCH] Rename the completion module zstyle --- modules/completion/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index 68ff64c..3c34634 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -31,7 +31,7 @@ zstyle ':completion::complete:*' use-cache on zstyle ':completion::complete:*' cache-path "$HOME/.zcache" # Case-insensitive (all), partial-word, and then substring completion. -if zstyle -t ':omz:completion:*' case-sensitive; then +if zstyle -t ':omz:module:completion:*' case-sensitive; then zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' setopt CASE_GLOB else