peter wrote:
When I used the Man function to read manual pages in gvim, it spits
the current window. Instead I prefer the manual page to occupy the
window I am in (and hide the buffer I was editing). How can I
achieve this?
Try ManPageView (:OMan topic):
Manpageview is available at:
http://mysite.verizon.net/astronaut/vim/index.html#MANPAGEVIEW
(cutting edge)
http://vim.sourceforge.net/scripts/script.php?script_id=489
(stable)
Installation is simple:
vim manpageview.vba.gz
:so %
:q
One can make that style the default one for :Man (see :help
manpageview-open after you've installed manpageview).
Regards,
Chip Campbell
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php