From 7e95fcddc5010c1d61b999e24957dd5e86374ecb Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Mon, 28 Aug 2023 21:41:59 +0200 Subject: [PATCH] Update 2023-08-28 21:41 OpenBSD/amd64-x13 --- .vim/bundle/vim-mail/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/bundle/vim-mail/ftplugin/mail.vim b/.vim/bundle/vim-mail/ftplugin/mail.vim index 0f92422..39b8c16 100644 --- a/.vim/bundle/vim-mail/ftplugin/mail.vim +++ b/.vim/bundle/vim-mail/ftplugin/mail.vim @@ -1,6 +1,6 @@ setl wrap " softwrap the text setl linebreak " don't break in the middle of the word -setl nolist " list disables linebreak +"setl nolist " list disables linebreak setl textwidth=72 setl formatprg=par\ -B+.,\\-\\!\\?\\\"\\\'\\*\\<\ -w72qie setl enc=utf-8