Mercurial > vim
view runtime/compiler/pyunit.vim @ 20854:bd56f4045f37 v8.2.0979
patch 8.2.0979: a couple of screendump tests fail
Commit: https://github.com/vim/vim/commit/8e20f75e58f4879308b0011b468ef928a3f93085
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 14 16:43:47 2020 +0200
patch 8.2.0979: a couple of screendump tests fail
Problem: A couple of screendump tests fail.
Solution: Do not redraw when clearing t_8u.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 14 Jun 2020 16:45:03 +0200 |
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