2021-09-12 02:02:33 -07:00
|
|
|
" scdoc compiler for Vim
|
|
|
|
" Compiler: scdoc
|
2022-05-13 06:20:58 -07:00
|
|
|
" Maintainer: Gregory Anders <contact@gpanders.com>
|
2021-09-12 02:02:33 -07:00
|
|
|
" Last Updated: 2019-10-24
|
2024-04-05 20:13:56 -07:00
|
|
|
" 2024 Apr 05 by The Vim Project (removed :CompilerSet definition)
|
2022-05-13 06:20:58 -07:00
|
|
|
" Upstream: https://github.com/gpanders/vim-scdoc
|
2021-09-12 02:02:33 -07:00
|
|
|
|
|
|
|
if exists('current_compiler')
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
let current_compiler = 'scdoc'
|
|
|
|
|
|
|
|
CompilerSet makeprg=scdoc\ <\ %\ 2>&1
|
|
|
|
CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#
|