Hi,
I have downloaded manpageviewer plugin which allows vim to see man
pages inside vim with Man command.
further as suggested by Dr. Chip, I have this function defined in
my .bashrc

function man
{
vim -c "Man $*" -c "silent! only"
}

but when I try to see any man page the error display is

Reformatting page.  Please Wait... done
Broken Pipe
***warning*** sorry, no manpage exists for <ls>

This error comes when I try to see man pages inside vim as well,  with
Man command.

Further if I remove function man from .bashrc and have these settings

export PAGER="col -b | MYPATH/share/vim/vim72/macros/less.sh -c 'set
ft=man nomod nolist titlestring=MANPAGE' -"

In this case the error display is

Reformatting page.  Please Wait... done
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Mar 31 2009 15:21:16)
Too many edit arguments: "/tmp/mpSIaW.z"
More info with: "vim -h"

how can I rectify this problem.
The only purpose is to use vim to view man pages at command prompt
only.









--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to