pyunit.vim 407 B

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