Skip to content

Commit

Permalink
Don't list "corrections" as a type of completion
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Sep 12, 2021
1 parent 36fc523 commit bdc848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.autocomplete.compinit
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ EOF

.autocomplete._approximate "$@"
ret=$?

_lastdescr=( ${_lastdescr[@]:#corrections} )
} always {
if [[ -v functions[.autocomplete.__tmp__] ]]; then
functions[compadd]=$functions[.autocomplete.__tmp__]
Expand Down

0 comments on commit bdc848b

Please sign in to comment.