> VxCmd looks interesting. However, I'm finding `:VxCmd !pydoc re` will > pipe pydoc's output into the standard pager, which overtakes the screen > as usual.
VxCmd is now updated and published on sourceforge. When a commad passed to it starts with !, like in the example above, the output will be captured with the use of a temp buffer and displayed. You may also be interested in VxMan <params> which expands to: VxCmd !man -P cat <params> | col -b You need to have col program installed. Marko --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
