package publish

This commit is contained in:
Vanessa McHale 2017-12-23 15:36:41 -06:00
parent 9fbbdaf485
commit c00f004967
1 changed files with 1 additions and 1 deletions

View File

@ -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()