Skip to content

Commit a09c1c5

Browse files
committed
Remove comment inside command expansion
Fixes #724.
1 parent ae05cc3 commit a09c1c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Functions/Init/.autocomplete__async

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ ${0}:precmd() {
575575
# Need to remove prompt escape codes or compadd might crash.
576576
local -Pi _total_new_lines_="$(
577577
zparseopts -a _xopts_ -D -E -- X: x:
578-
# builtin compadd $_xopts_[1] ${_xopts_[2]//\%([^{]|)(\{[^{]##\}|)/} "$@"
579578
builtin compadd "$@"
580579
print -nr -- $(( $compstate[list_lines] - _old_total_lines ))
581580
)"

0 commit comments

Comments
 (0)