Browse Source

Rename the completion module zstyle

master
Sorin Ionescu 13 years ago
parent
commit
c24273e4d2
  1. 2
      modules/completion/init.zsh

2
modules/completion/init.zsh

@ -31,7 +31,7 @@ zstyle ':completion::complete:*' use-cache on @@ -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

Loading…
Cancel
Save