update naming

This commit is contained in:
ManjaroOne666 2019-08-22 13:06:37 +01:00
parent 9c608ba84a
commit a56b84389f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function! StripSpecialM() abort
:%s/ $//
endfunction
augroup RemoveControl
augroup RemoveSpecialM
autocmd BufWritePre <buffer> call StripSpecialM()
augroup END