From ea04ffc665a90ad44bd3953098995195b825dfcc Mon Sep 17 00:00:00 2001 From: "Daniel J. Perry" Date: Fri, 11 Nov 2022 14:33:31 -0500 Subject: [PATCH] Keep order when using the fish suffix completion --- data/fish-completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/fish-completion.in b/data/fish-completion.in index a6e26be..89b9ab1 100644 --- a/data/fish-completion.in +++ b/data/fish-completion.in @@ -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' \