Skip to content

Commit

Permalink
fix fish completions for --config & --log (helix-editor#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
d12bb committed Sep 20, 2022
1 parent 385ccdf commit 5467c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/completion/hx.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ complete -c hx -s v -o vv -o vvv -d "Increases logging verbosity"
complete -c hx -s V -l version -d "Prints version information"
complete -c hx -l vsplit -d "Splits all given files vertically into different windows"
complete -c hx -l hsplit -d "Splits all given files horizontally into different windows"
complete -c hx -s c -l config -d "Specifies a file to use for completion"
complete -c hx -s c -l log -d "Specifies a file to write log data into"
complete -c hx -s c -l config -r -d "Specifies a file to use for completion"
complete -c hx -l log -r -d "Specifies a file to write log data into"

0 comments on commit 5467c65

Please sign in to comment.