blob: 2368346dd20b9f645e461b1c57fac22f2dd316d6 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim compiler file
2" Compiler: Unit testing tool for Python
3" Maintainer: Max Ischenko <mfi@ukr.net>
4" Last Change: 2004 Mar 27
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "pyunit"
11
Bram Moolenaar071d4272004-06-13 20:20:40 +000012CompilerSet efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m
13