vim_bridge is a Python-to-Vim bridge decorator that allows transparent calls to Python functions in native Vim scripts. python << endpython from vim_bridge import ...
A simple way of running tests for your python files from within VIM. This plugin was created to allow running Django tests with django-nose that require database interaction from within Vim. Thus ...