From 6bbc0312ff20a51458102e6f47aedc748a143e05 Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Tue, 14 Jan 2025 11:54:20 -0800
Subject: Remove automatic reflow option globally and only use in mutt

---
 home/root/common/core/vim/vimrc | 1 -
 1 file changed, 1 deletion(-)

(limited to 'home/root/common/core/vim')

diff --git a/home/root/common/core/vim/vimrc b/home/root/common/core/vim/vimrc
index 725047d..87de2a0 100644
--- a/home/root/common/core/vim/vimrc
+++ b/home/root/common/core/vim/vimrc
@@ -9,7 +9,6 @@ if has("autocmd")
 	au BufEnter * if getfsize(expand("%")) < g:BufSizeThreshold | syntax on | else | syntax off | endif
 endif
 
-set formatoptions=jtcqla
 set mouse&
 set noautoindent	" always set autoindenting off
 
-- 
cgit v1.2.3