update naming

This commit is contained in:
ManjaroOne666 2019-08-22 13:06:37 +01:00
commit a56b84389f

View file

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