scdoc.vim 425 B

123456789101112131415
  1. " scdoc compiler for Vim
  2. " Compiler: scdoc
  3. " Maintainer: Gregory Anders <contact@gpanders.com>
  4. " Last Updated: 2019-10-24
  5. " 2024 Apr 05 by The Vim Project (removed :CompilerSet definition)
  6. " Upstream: https://github.com/gpanders/vim-scdoc
  7. if exists('current_compiler')
  8. finish
  9. endif
  10. let current_compiler = 'scdoc'
  11. CompilerSet makeprg=scdoc\ <\ %\ 2>&1
  12. CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#