summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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