Hi,

I want to automatize a process to debug PHP apps. So I'm using this plugin that 
after starting the debugging process (F5) it shows this message in the command 
line:

waiting for a new connection on port 9000 for 5 seconds...

So, inmediately after that throwing that message I would like to call a bash 
script that is in my home folder. So I create a key biding like this:

map gm <F5> :!sh ~/refresh_browser.sh<enter>

My problem: because of the message waiting ... is not possible to write 
commands in the command line.

So, is there any way to clear the command line to remove the waiting.. message 
before executing the bash script? if not, what is your advice?

Javi

-- 
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

Reply via email to