comparison runtime/compiler/racotest.vim @ 29996:e37754a13778

Update runtime files Commit: https://github.com/vim/vim/commit/9b03d3e75b4274493bbe76772d7b92238791964c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 20:26:34 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 21:30:04 +0200
parents
children e1df51f68736
comparison
equal deleted inserted replaced
29995:29bc4a7d4995 29996:e37754a13778
1 " Vim compiler file
2 " Compiler: raco test (Racket command-line tools)
3 " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com>
4 " URL: https://github.com/benknoble/vim-racket
5 " Last Change: 2022 Aug 12
6
7 let current_compiler = 'racotest'
8
9 if exists(":CompilerSet") != 2
10 command -nargs=* CompilerSet setlocal <args>
11 endif
12
13 CompilerSet makeprg=raco\ test\ %
14 CompilerSet errorformat=location:%f:%l:%c