blob: c37969f89ca1d334d5b5c5b446d9210de79554af [file] [log] [blame]
Bram Moolenaar6aa57292021-08-14 21:25:52 +02001" scdoc compiler for Vim
2" Compiler: scdoc
Bram Moolenaar3f32a5f2022-05-12 20:34:15 +01003" Maintainer: Gregory Anders <contact@gpanders.com>
Bram Moolenaar6aa57292021-08-14 21:25:52 +02004" Last Updated: 2019-10-24
Bram Moolenaar3f32a5f2022-05-12 20:34:15 +01005" Upstream: https://github.com/gpanders/vim-scdoc
Bram Moolenaar6aa57292021-08-14 21:25:52 +02006
7if exists('current_compiler')
8 finish
9endif
10let current_compiler = 'scdoc'
11
12if exists(':CompilerSet') != 2
13 command -nargs=* CompilerSet setlocal <args>
14endif
15
16CompilerSet makeprg=scdoc\ <\ %\ 2>&1
17CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#