diff --git a/ftplugin/ats.vim b/ftplugin/ats.vim index 2a899bc..856fa6b 100644 --- a/ftplugin/ats.vim +++ b/ftplugin/ats.vim @@ -21,7 +21,7 @@ au BufNewFile,BufRead *.*ats setlocal commentstring=(*\ %s\ *) " register patscc as a checker -let g:syntastic_ats_checkers = [ 'patscc' ] +" let g:syntastic_ats_checkers = [ 'patscc' ] " function to format our buffer function! AtsFormat()