view runtime/compiler/racotest.vim @ 34357:ecbf997354a1

Added tag v9.1.0109 for changeset 0f62958d90dd100fae1a830768a50a58b0ef214a
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Feb 2024 21:45:04 +0100
parents e37754a13778
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:     raco test (Racket command-line tools)
" Maintainer:   D. Ben Knoble <ben.knoble+github@gmail.com>
" URL:          https://github.com/benknoble/vim-racket
" Last Change: 2022 Aug 12

let current_compiler = 'racotest'

if exists(":CompilerSet") != 2
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=raco\ test\ %
CompilerSet errorformat=location:%f:%l:%c