disable fo-j in vim

this was deleting random characters when using any syntax more esoteric than C.
This commit is contained in:
Connor Olding 2022-06-18 10:58:48 +02:00
parent dae356d559
commit 372408b530
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ if has('autocmd')
augroup nocomment
au!
" set or unset some convenient or annoying formatoptions
au FileType * setlocal fo-=c fo-=r fo-=o fo+=j
au FileType * setlocal fo-=c fo-=r fo-=o fo-=j
augroup END
augroup forth