Skip to content
Snippets Groups Projects
Unverified Commit d6588fc8 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[bash-completion] Fix custom completion with dynamic loader enabled

After _completion_loader is called, instead of loading the entire
completion.bash file, just restore the fzf completion for the current
command. `_fzf_orig_completion_$cmd` is only set if _completion_loader
actually changed the completion options to avoid infinite loop.

Close #1170
parent 5a7b41a2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment