neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

pyunit.vim (355B)


      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 
      7 if exists("current_compiler")
      8  finish
      9 endif
     10 let current_compiler = "pyunit"
     11 
     12 CompilerSet efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m