mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:43:46 +01:00
Merge branch 'develop' into 'develop'
Keep order when using the fish suffix completion See merge request pwmt/zathura!63
This commit is contained in:
commit
4becd17ebc
@ -29,7 +29,7 @@ function __fish_complete_zathura
|
||||
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 c -l config-dir -d 'Path to config directory' \
|
||||
|
Loading…
Reference in New Issue
Block a user