From 8fef7b4cc1fcafa0d95c3f8b9e829472748c7a7f Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 10 Feb 2018 17:14:25 -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 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