Mercurial > vim
view runtime/compiler/racomake.vim @ 33392:3d3d0492824e
Added tag v9.0.1954 for changeset 6d326000432329e86e9f286f165871bbc9e82b73
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 29 Sep 2023 20:00:07 +0200 |
parents | e37754a13778 |
children | e1df51f68736 |
line wrap: on
line source
" Vim compiler file " Compiler: raco make (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 = 'racomake' if exists(":CompilerSet") != 2 command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=raco\ make\ --\ % CompilerSet errorformat=%f:%l:%c:%m