mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-04 20:47:49 +00:00
[zsh-completion] Add comment clarifying trigger expansion. (#230)
This commit is contained in:
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…
Reference in New Issue
Block a user