neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

scdoc.vim (425B)


      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 
      8 if exists('current_compiler')
      9    finish
     10 endif
     11 let current_compiler = 'scdoc'
     12 
     13 CompilerSet makeprg=scdoc\ <\ %\ 2>&1
     14 CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#