From 48023d9b7b917eebf7bd2fac63eb0c4581665899 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 19 Oct 2021 09:11:31 +0200 Subject: [PATCH] remove comment characters from joined comment lines --- home/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/vimrc b/home/vimrc index becf529..d3230fd 100644 --- a/home/vimrc +++ b/home/vimrc @@ -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