diff --git a/ftplugin/octobercms.vim b/ftplugin/octobercms.vim index 82067bf..570a37b 100644 --- a/ftplugin/octobercms.vim +++ b/ftplugin/octobercms.vim @@ -2,7 +2,7 @@ function! StripSpecialM() abort :%s/ $// endfunction -augroup RemoveControl +augroup RemoveSpecialM autocmd BufWritePre call StripSpecialM() augroup END