We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae05cc3 commit a09c1c5Copy full SHA for a09c1c5
Functions/Init/.autocomplete__async
@@ -575,7 +575,6 @@ ${0}:precmd() {
575
# Need to remove prompt escape codes or compadd might crash.
576
local -Pi _total_new_lines_="$(
577
zparseopts -a _xopts_ -D -E -- X: x:
578
- # builtin compadd $_xopts_[1] ${_xopts_[2]//\%([^{]|)(\{[^{]##\}|)/} "$@"
579
builtin compadd "$@"
580
print -nr -- $(( $compstate[list_lines] - _old_total_lines ))
581
)"
0 commit comments