This

$ vim -u NONE
:runtime ftplugin/man.vim
:Man cvs

worked for me,  and

:r! man cvs | col -b

failed with my normal   .vimrc   , so I tracked it down to needing:

set shellxquote=\"

The backslash is required.  I had shellxquote='  for other situations.
I seems like I've got some shell commands which require different
settings  :-(

Reply via email to