Hi I'm looking for a vimscript where I can easily test out my Python code by pressing say F9 or some other function key. I have used the runscript.vim script (http://www.vim.org/scripts/script.php%3Fscript_id=127)
This script has some nice things, but the main problem is that when an error happens in the script it is not caught. I would like to use quickfix and :copen to get the errors and to be able to jump to them. Does anything like this exist? Thanks in advance Preben
