Mercurial > vim
view runtime/compiler/racotest.vim @ 31190:02b719cd27c6 v9.0.0929
patch 9.0.0929: build failure with tiny version
Commit: https://github.com/vim/vim/commit/0b6d6a186e961faa5b9058406234ffd93a7e6688
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Nov 23 14:33:01 2022 +0000
patch 9.0.0929: build failure with tiny version
Problem: Build failure with tiny version. (Tony Mechelynck)
Solution: Add #ifdef.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 23 Nov 2022 15: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