mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
fix fish completions for --config & --log (#3912)
This commit is contained in:
parent
385ccdfc9c
commit
5467c65f82
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user