function! StripSpecialM() abort :%s/ $//e endfunction augroup RemoveSpecialM autocmd BufWritePre call StripSpecialM() augroup END