This commit is contained in:
Vanessa McHale 2017-12-23 15:40:09 -06:00
parent a610f4efce
commit cae1707b71
2 changed files with 3 additions and 15 deletions

View file

@ -20,8 +20,8 @@ au BufNewFile,BufRead *.*ats
" set comment string to something prettier
setlocal commentstring=(*\ %s\ *)
" register patscc as a checker
" let g:syntastic_ats_checkers = [ 'patscc' ]
" use patscc as a checker
let g:syntastic_ats_checkers = [ 'patscc' ]
" function to format our buffer
function! AtsFormat()
@ -41,4 +41,4 @@ endif
" commands
command -nargs=0 Format call AtsFormat()
" command -nargs=0 Check SyntasticCheck patscc
command -nargs=0 Check SyntasticCheck patscc