[zsh-completion] Add comment clarifying trigger expansion. (#230)

pull/233/head
Tiziano Santoro 9 years ago committed by Junegunn Choi
parent 14fbe06d9e
commit 0cd238700c

@ -109,6 +109,8 @@ fzf-zsh-completion() {
fi
cmd=${tokens[1]}
# Explicitly allow for empty trigger.
trigger=${FZF_COMPLETION_TRIGGER-'**'}
# Trigger sequence given

Loading…
Cancel
Save