Mercurial > vim
view runtime/compiler/pyunit.vim @ 12901:34dc9117795a v8.0.1327
patch 8.0.1327: new proto file missing from distribution
commit https://github.com/vim/vim/commit/91ffda9852916004c9f318cd01b2f90751329bad
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 21 13:52:14 2017 +0100
patch 8.0.1327: new proto file missing from distribution
Problem: New proto file missing from distribution.
Solution: Add it. (closes https://github.com/vim/vim/issues/2355)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 21 Nov 2017 14:00:05 +0100 |
parents | 3fc0f57ecb91 |
children | e1df51f68736 |
line wrap: on
line source
" Vim compiler file " Compiler: Unit testing tool for Python " Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2004 Mar 27 if exists("current_compiler") finish endif let current_compiler = "pyunit" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m