From 4e79c86ad76d485b0850f602810dbc366ee69827 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 29 Dec 2023 02:02:15 -0500 Subject: .vimrc: `set textwidth=72` in reportbug messages --- diff --git a/.vimrc b/.vimrc index 610971e..fcd5740 100644 --- a/.vimrc +++ b/.vimrc @@ -20,6 +20,7 @@ set shiftwidth=8 " Set line length and warning column set textwidth=80 au BufNewFile,BufRead COMMIT_EDITMSG set textwidth=72 +au BufNewFile,BufRead /tmp/reportbug-* set textwidth=72 if &textwidth != 0 set colorcolumn=+1 endif -- cgit v0.9.1