Add support for :winpos
[MacVim.git] / runtime / compiler / pyunit.vim
blob2a4ea92b6872a01a3695edb4c838a14d347f97d2
1 " Vim compiler file
2 " Compiler:     Unit testing tool for Python
3 " Maintainer:   Max Ischenko <mfi@ukr.net>
4 " Last Change: 2004 Mar 27
6 if exists("current_compiler")
7   finish
8 endif
9 let current_compiler = "pyunit"
11 if exists(":CompilerSet") != 2          " older Vim always used :setlocal
12   command -nargs=* CompilerSet setlocal <args>
13 endif
15 CompilerSet efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m