" File: py-test-locator.vim " Author: Marius Gedminas " Version: 0.2 " Last Modified: 2007-11-08 " " Overview " -------- " Vim script to help find and fix failed Python unit tests. " " Probably very specific to the way I work (Zope 3 style unit tests, tags " file) " " Installation " ------------ " Copy this file and py_test_locator.py to $HOME/.vim/plugin directory " " Usage " ----- " :LocateTest name-of-test " " Select the name of the unit test with the mouse, switch to vim, type " :ClipboardTest " if has('python') python <) command! ClipboardTest call LocateTestFromClipboard()