diff --git a/ftplugin/ats.vim b/ftplugin/ats.vim index 45452f7..6480f45 100644 --- a/ftplugin/ats.vim +++ b/ftplugin/ats.vim @@ -45,7 +45,7 @@ endif " format on write if g:ats_autoformat == 1 augroup ats - autocmd BufWritePost *.ats,*.dats,*.sats,*.cats call AtsFormat() + autocmd BufWritePost *.dats,*.sats,*.hats call AtsFormat() augroup END endif