initial commit

This commit is contained in:
ManjaroOne666 2019-08-22 12:50:30 +01:00
parent 7660028ca4
commit 84ad0f67e7
1 changed files with 4 additions and 0 deletions

4
ftplugin/octobercms.vim Normal file
View File

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