summaryrefslogtreecommitdiffstats
path: root/fzf-completion.bash
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-11-20 14:01:13 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-11-20 14:01:13 +0900
commit2fa21e5dd64bd8e9e030785a4c010567cfa60712 (patch)
tree89c41a1049fa96416b13dea309751da25aea57ee /fzf-completion.bash
parent9c4c37aa3675b755fea45324bcadf6ab59cae24c (diff)
Remove obsolete lines
Diffstat (limited to 'fzf-completion.bash')
-rw-r--r--fzf-completion.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/fzf-completion.bash b/fzf-completion.bash
index 95253b47..68b28de7 100644
--- a/fzf-completion.bash
+++ b/fzf-completion.bash
@@ -103,11 +103,6 @@ for cmd in "
complete -F _fzf_all_completion -o default $cmd
done
-for cmd in $_FZF_COMPLETION_COMMANDS; do
- complete -F _fzf_all_completion -o default $cmd
-done
-unset _FZF_COMPLETION_COMMANDS
-
bind '"\e\e": complete'
bind '"\er": redraw-current-line'
bind '"\C-i": "\e\e\er"'