From 2022a3ad96f027e056e4fcce11fee0976db657d1 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 15 Sep 2015 19:04:53 +0900 Subject: Replace --header-file with --header (#346) and allow using --header and --header-lines at the same time. Close #346. --- 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 63de5463..d7fdf26e 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -49,7 +49,7 @@ _fzf_opts_completion() { --cycle --history --history-size - --header-file + --header --header-lines --margin" @@ -62,7 +62,7 @@ _fzf_opts_completion() { COMPREPLY=( $(compgen -W "dark light 16 bw" -- ${cur}) ) return 0 ;; - --history|--header-file) + --history) COMPREPLY=() return 0 ;; -- cgit v1.2.3