1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-14 00:03: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 augroup nocomment
au! au!
" set or unset some convenient or annoying formatoptions " 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 END
augroup forth augroup forth