mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-20 06:53:50 -07:00
Replace --header-file with --header (#346)
and allow using --header and --header-lines at the same time. Close #346.
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user