Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zathura conpletion for zsh broken
Oliver Freyermuth <o.freyermuth@xxxxxxxxxxxxxx> writes:
> Am 25.09.18 um 21:21 schrieb Daniel Shahaf:
>> Oliver Freyermuth wrote on Tue, Sep 25, 2018 at 17:14:04 +0200:
>>> +++ 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}/}"
>>
>> Isn't this equivalent to «supported_filetypes+=${pf:t:r}»?
>
> Indeed, it is, and that would be much easier.
Hm, on my system (Void Linux with zathura-pdf-mupdf 0.3.3 and meson
build) the files are called
/usr/lib/zathura/libdjvu.so
/usr/lib/zathura/libpdf-mupdf.so
/usr/lib/zathura/libps.so
So the lib-stripping seems to make sense?
--
Leah Neukirchen <leah@xxxxxxxx> http://leah.zone
Messages sorted by:
Reverse Date,
Date,
Thread,
Author