.vim/compiler/vale.vim

Sun, 20 Oct 2019 01:05:59 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 20 Oct 2019 01:05:59 -0500
changeset 811
abdb905668f5
parent 659
f3e2c22ea809
permissions
-rw-r--r--

vimfiler and unite out, netrw and vinegar in

if exists("current_compiler")
  finish
endif
let current_compiler = "vale"

if exists(":CompilerSet") != 2
  command -nargs=* CompilerSet setlocal <args>
endif

let s:savecpo = &cpo
set cpo&vim

CompilerSet makeprg=vale\ --output=line\ %

let &cpo = s:savecpo
unlet s:savecpo

mercurial