Update extra bash completion example

This commit is contained in:
Junegunn Choi 2017-05-25 19:09:04 +09:00
parent 3a5086796d
commit 21d664d670
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -374,8 +374,8 @@ On bash, fuzzy completion is enabled only for a predefined set of commands
commands as well like follows.
```sh
# There are also _fzf_path_completion and _fzf_dir_completion
complete -F _fzf_file_completion -o default -o bashdefault doge
complete -F _fzf_path_completion -o default -o bashdefault ag
complete -F _fzf_dir_completion -o default -o bashdefault tree
```
Vim plugin