From: Sergey Matveev Date: Thu, 19 Dec 2019 07:49:44 +0000 (+0300) Subject: Better autoformatting of comments X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=8b6c945696a9ecc99cd51b70a54045b34a159982 Better autoformatting of comments --- 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 {{{