summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-12-29 02:02:15 (EST)
committer P. J. McDermott <pj@pehjota.net>2023-12-29 02:02:15 (EST)
commit4e79c86ad76d485b0850f602810dbc366ee69827 (patch)
treea9bee0bfb99f4b1cd54bd4ce8574208511784f1d /.vimrc
parent2772d06dd4f3a81132e3bb68142acabf566d914d (diff)
downloadvim-4e79c86ad76d485b0850f602810dbc366ee69827.zip
vim-4e79c86ad76d485b0850f602810dbc366ee69827.tar.gz
vim-4e79c86ad76d485b0850f602810dbc366ee69827.tar.bz2
.vimrc: `set textwidth=72` in reportbug messages
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
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