diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |