From c00f004967bcbe6dabf3e86579ebc2a6f7f63a97 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 15:36:41 -0600 Subject: [PATCH] package publish --- ftplugin/ats.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()