From 5959af248d0574f27612485f43b8064247cb7b6e Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Tue, 25 Sep 2018 17:08:14 +0200 Subject: [PATCH] Fix zathura completion supported_filetypes. --- Completion/X/Command/_zathura | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/X/Command/_zathura b/Completion/X/Command/_zathura index 141cadf63..cc07828b3 100644 --- a/Completion/X/Command/_zathura +++ b/Completion/X/Command/_zathura @@ -25,7 +25,7 @@ _zathura_files(){ elif [[ $pf =~ "poppler" ]]; then supported_filetypes+="pdf" else - supported_filetypes+="${${pf%.so}#${plugins_dir}/lib}" + supported_filetypes+="${${pf%.so}#${plugins_dir}/}" fi done _files -g "*.(${(j.|.)supported_filetypes})(-.)" -- 2.16.4