From: Huck Boles Date: Tue, 11 Jul 2023 12:05:03 +0000 (-0500) Subject: fixed: fuzzy matching in expansion X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=496f3c267be0c1731a9fee72be0a418d3c372d7e;p=zsh.git fixed: fuzzy matching in expansion --- diff --git a/completions/completions.zsh b/completions/completions.zsh index f6a2622..9c5f664 100644 --- a/completions/completions.zsh +++ b/completions/completions.zsh @@ -28,7 +28,7 @@ zstyle ':completion:*' original true zstyle ':completion:*' verbose true zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} -zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'r:|[._-,]=** r:|=**' 'l:|=* r:|=*' +zstyle ':completion:*' matcher-list '' 'm:{a-z\-}={A-Z\_}' 'r:|?=** m:{a-z\-}={A-Z\_}' zstyle ':completion:*' gain-privileges true