Skip to content

Commit

Permalink
Didn't realize the line had {completer} before. Changing back.
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Feb 14, 2015
1 parent be1c512 commit 10f3472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ elif type compctl &>/dev/null; then
IFS=$'\n' reply=($(COMP_CWORD="$cword" \
COMP_LINE="$line" \
COMP_POINT="$point" \
{pkgname} completion -- "${words[@]}" \
{completer} completion -- "${words[@]}" \
2>/dev/null)) || return $?
IFS="$si"
}
Expand Down

0 comments on commit 10f3472

Please sign in to comment.