How to integrate progress into vim?

Posted by Admin on 29-Nov-2007 17:42

All Replies

Posted by jankeir on 30-Nov-2007 02:27

1. I use command line "prowin32

-p %", the Procedure Editor will appear

after my procedure ends. I think it's very ugly and I

have to shut down the Procedure Editor to return my

vim.

You could use prowin32 -p c:\ptools\vimrunner.p -param % .

Create c:\ptools\vimrunner.p and add something like

run value(session:parameter).

quit.

to it.

That should do the trick.

Posted by Admin on 30-Nov-2007 02:58

thx. it works well.

This thread is closed