Skip to content

Commit d1bbeca

Browse files
committed
Try fuzzy completion before spelling correction
1 parent 0643189 commit d1bbeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions/Init/.autocomplete__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ autocomplete:config:cache-path() {
1111
}
1212

1313
builtin zstyle ':completion:*' completer \
14-
_expand _complete _correct _approximate _complete:-fuzzy _ignored
14+
_expand _complete _complete:-fuzzy _correct _approximate _ignored
1515

1616
builtin zstyle -e ':completion:*' max-errors autocomplete:config:max-errors
1717
autocomplete:config:max-errors() {

0 commit comments

Comments
 (0)