From 8b6c945696a9ecc99cd51b70a54045b34a159982 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 19 Dec 2019 10:49:44 +0300 Subject: [PATCH] Better autoformatting of comments --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 8835468..dd8c250 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -115,7 +115,7 @@ nmap :diffupdate:syntax off:syntax on " *-lists indentation and formatting {{{ set comments-=mb:* set formatlistpat=^\\s*\\*\ \\s* -set formatoptions+=n +set formatoptions+=onj " }}} " Spelling {{{ -- 2.44.0