vim/ftplugin/octobercms.vim

5 lines
156 B
VimL

augroup RemoveControlM
" FIXME - need to work out how to pass
without it being treated literally
" autocmd * BufWritePre <buffer> %s/
$//
augroup END