mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-26 08:56:00 +01:00
Keep order when using the fish suffix completion
This commit is contained in:
parent
30fe187da0
commit
ea04ffc665
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function __fish_complete_zathura
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
complete -c zathura -x -a '(__fish_complete_zathura)'
|
complete -c zathura -kxa '(__fish_complete_zathura)'
|
||||||
|
|
||||||
complete -c zathura -s e -l reparent -d 'Reparents to window specified by xid'
|
complete -c zathura -s e -l reparent -d 'Reparents to window specified by xid'
|
||||||
complete -c zathura -s c -l config-dir -d 'Path to config directory' \
|
complete -c zathura -s c -l config-dir -d 'Path to config directory' \
|
||||||
|
|
Loading…
Reference in a new issue