pyunit.vim 355 B

1234567891011121314
  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. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  6. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "pyunit"
  10. CompilerSet efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m