From 40d934e378ec2072c9d807f7ca1fca73bda1d13d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 7 Feb 2016 10:56:29 +0900 Subject: 0.11.3 --- shell/completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/completion.bash') diff --git a/shell/completion.bash b/shell/completion.bash index 35b49a1e..05b4ef30 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -260,11 +260,11 @@ a_cmds=" x_cmds="kill ssh telnet unset unalias export" # Preserve existing completion -if [ "$_fzf_completion_loaded" != '0.10.8' ]; then +if [ "$_fzf_completion_loaded" != '0.11.3' ]; then # Really wish I could use associative array but OSX comes with bash 3.2 :( eval $(complete | \grep '\-F' | \grep -v _fzf_ | \grep -E " ($(echo $d_cmds $a_cmds $x_cmds | sed 's/ /|/g' | sed 's/+/\\+/g'))$" | _fzf_orig_completion_filter) - export _fzf_completion_loaded=0.10.8 + export _fzf_completion_loaded=0.11.3 fi if type _completion_loader > /dev/null 2>&1; then -- cgit v1.2.3