I run :!node app.js from inside Vim and after hitting ctrl-c to end it, the bottom half of the window is blank. Even hitting ctrl-L to refresh doesn't work.
This has happened on both OSX 10.6 and 10.7, and with the default OSX vim as well as the latest stable version which I compiled (vim 7.3). And I've tried it with iterm, iterm2, and terminal.app.
Probably not Node related, but if I run a command like "!ls" or "!cat %" (to echo current file), they work fine.
!node app.js &Or you could use vim on a real computer instead of on iOS ;) – pydave Sep 10 '11 at 6:38set makeprg=nodeand:make app.js? – pydave Sep 10 '11 at 16:36