Skip to content

Commit

Permalink
Fix completer order
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Aug 22, 2023
1 parent a46347b commit 9268521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions/Init/.autocomplete__config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ autocomplete:config:cache-path() {
}

builtin zstyle ':completion:*' completer \
_expand _correct _complete _approximate _complete:-fuzzy _prefix _ignored
_expand _complete _correct _approximate _complete:-fuzzy _prefix _ignored

builtin zstyle -e ':completion:*' max-errors autocomplete:config:max-errors
autocomplete:config:max-errors() {
Expand Down

0 comments on commit 9268521

Please sign in to comment.