function! StripSpecialM() abort
:%s/ $//
endfunction
augroup RemoveControl
autocmd BufWritePre <buffer> call StripSpecialM()
augroup END