On 1/16/06, Hiroshi SAKURAI <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm using fish-1.19.0 on NetBSD-2.0.
> When I press tab key and if completion candidates cannot be
> displayed at once, fish_pager complains as follows.
>
>    fish_pager: Unknown switch % in string  %ls(%d%%)
>
>       (0
>
> Seems like vgwprintf cannot accept '%%' as format string.
> Attached file is a patch to fix this.

Thank you. vgwprintf is only used on platforms whose libc doesn't
provide *wprintf functions (afaik NetBSD is the only platform fish
works on that doesn't), that is why this bug hasn't surfaced before.
Thanks for the patch, hope you'll keep using fish and sending in
fixes!

>
> --
> Hiroshi SAKURAI
> http://vimrc.hp.infoseek.co.jp/
>

--
Axel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to