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