On 7/26/06, Robert Hicks <[EMAIL PROTECTED]> wrote:
Currently I have a couple functions defined that when I do \rc for
example it checks my Perl code. When I run this it opens up a DOS window
to show me the "ok" or "error" message.

How do I get that to show up in the bottom of my window (is that the
command area?).

Somewhere inside the code that serves as rhs for your \rc,
there is a code that invokes perl (probably via :!...). If you
change it to something along these lines

  :let result=system("perl .....")
  :echo result

you'll get what you want.
Yakov

Reply via email to