Skip to content

Commit

Permalink
Remove erroneous break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Mar 25, 2024
1 parent 338c35e commit d408d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Functions/Init/.autocomplete__compinit
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ${0}:precmd() {
local -Pa newest=( ~autocomplete/Completions/_*~*.zwc(N-.omY1) )
if [[ $newest[1] -nt $_comp_dumpfile ]]; then
zf_rm -f $_comp_dumpfile
break
fi
fi

Expand Down

0 comments on commit d408d90

Please sign in to comment.