On Sun, Jun 25, 2006 at 08:16:54PM -0600, Trent Michael Gamblin wrote:
> I'm having trouble getting the Man command working with Vim. I have the
> line:
>
> runtime ftplugin/man.vim
>
> in my ~/.vimrc. When I type :Man <man page> I get this:
>
> >Vim: Warning: Output is not to a terminal
> >Vim: Warning: Input is not from a terminal
> >^M
> >Error executing formatting or display command.
> >System command (cd /usr/share/man && (echo ".pl 11i"; /usr/bin/gunzip
> >-c '/usr/sNo manual entry for va_arg
> >"-stdin-"2[readonly]2157L,-5815C1;24r?12;25h?12l?25h27mmH2J1;1H35mSTDARG(3)
> >
> >33mSYNOPSISm
> >35m #include m31m<stdarg.h>m11;8H32mvoidm
> >36mva_startm(32mva_listm ap, las
>
> It looks like some errors followed by the beginning of the man page. Can
> anyone help me?
> Thanks. Have a nice day.
What version of vim and what OS are you using?
Unless someone has a better idea, I need more information to figure
this out. You can try
:redir > vimlog.txt
:12 verbose Man cvs
:redir END
and then look at vimlog.txt or send it to the list.
HTH --Benji Fisher