package publish
This commit is contained in:
parent
c00f004967
commit
1032580417
1 changed files with 12 additions and 0 deletions
12
plugin/ats.vim
Normal file
12
plugin/ats.vim
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
" Author: Vanessa McHale
|
||||||
|
" Maintainer: Vanessa McHale <vamchale@gmail.com>
|
||||||
|
|
||||||
|
if exists('b:ats_plugin')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
let b:ats_plugin = 1
|
||||||
|
|
||||||
|
augroup ats
|
||||||
|
exec 'autocmd BufWritePost *.*ats Check'
|
||||||
|
exec 'command! Check SyntasticCheck | Error'
|
||||||
|
augroup END
|
Loading…
Reference in a new issue