.vim/compiler/vale.vim@f058603b86b6
.vim/compiler/vale.vim
Thu, 31 Oct 2019 17:48:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 31 Oct 2019 17:48:12 -0500
- changeset 816
- f058603b86b6
- parent 659
-
f3e2c22ea809
- permissions
- -rw-r--r--
bootstrap cpm and keep cpm updated, and plenv shims
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