Skip to content

Commit

Permalink
Improve the "no completions" warning
Browse files Browse the repository at this point in the history
Related to #363.
  • Loading branch information
marlonrichert committed Oct 26, 2021
1 parent 0e8aca6 commit 3f357fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.autocomplete.config
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ builtin zstyle ':completion:*' list-dirs-first yes

builtin zstyle ':completion:*:descriptions' format $'%{\e[1;2;39m%}%d%{\e[0m%}'
builtin zstyle ':completion:*:history-words' format ''
builtin zstyle ':completion:*:warnings' format '%F{11}missing %d%f'
builtin zstyle ':completion:*:warnings' format '%F{11}No %d matches found.%f'
builtin zstyle ':completion:*:messages' format '%F{9}%d%f'

builtin zstyle ':completion:*:history-lines' format ''
Expand Down

0 comments on commit 3f357fc

Please sign in to comment.