update naming
This commit is contained in:
parent
9c608ba84a
commit
a56b84389f
|
@ -2,7 +2,7 @@ function! StripSpecialM() abort
|
|||
:%s/
$//
|
||||
endfunction
|
||||
|
||||
augroup RemoveControl
|
||||
augroup RemoveSpecialM
|
||||
autocmd BufWritePre <buffer> call StripSpecialM()
|
||||
augroup END
|
||||
|
||||
|
|
Loading…
Reference in New Issue