1
0
Fork 0

should probably use the value of CASE_INSENSITIVE

pull/1/merge
Matthew Donoughe 15 years ago
parent cea6040c30
commit c1444a9612

@ -14,7 +14,7 @@ compinit
zmodload -i zsh/complist zmodload -i zsh/complist
## case-insensitive (all),partial-word and then substring completion ## case-insensitive (all),partial-word and then substring completion
if [ "$CASE_SENSITIVE" ]; then if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
unset CASE_SENSITIVE unset CASE_SENSITIVE
else else

Loading…
Cancel
Save