From a56b84389fd54aade0576ecbd4832ee1988325a9 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 22 Aug 2019 13:06:37 +0100 Subject: [PATCH] update naming --- ftplugin/octobercms.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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