1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-28 10:23:23 -07:00

remove comment characters from joined comment lines

This commit is contained in:
Connor Olding 2021-10-19 09:11:31 +02:00
parent 3fc9ed4355
commit 48023d9b7b

View File

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