blob: 2f6edc63224d3104415275f34c062c54e7e2c037 [file] [log] [blame]
Bram Moolenaar6aa57292021-08-14 21:25:52 +02001" scdoc compiler for Vim
2" Compiler: scdoc
3" Maintainer: Greg Anders <greg@gpanders.com>
4" Last Updated: 2019-10-24
5
6if exists('current_compiler')
7 finish
8endif
9let current_compiler = 'scdoc'
10
11if exists(':CompilerSet') != 2
12 command -nargs=* CompilerSet setlocal <args>
13endif
14
15CompilerSet makeprg=scdoc\ <\ %\ 2>&1
16CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#