.vim/compiler/vale.vim@098f661195c1
.vim/compiler/vale.vim
Mon, 13 Mar 2023 15:01:16 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 13 Mar 2023 15:01:16 -0500
- changeset 1082
- 098f661195c1
- parent 659
-
f3e2c22ea809
- permissions
- -rw-r--r--
move quickfix tweaks to after/ftplugin
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