diff --git a/.vimrc b/.vimrc
index 5c5b58942abeab91e27523738743b8ad48a121c9..aa04d84648762efb78058e30074af707df0cd689 100644
--- a/.vimrc
+++ b/.vimrc
@@ -2,7 +2,7 @@ filetype plugin indent on
 setlocal tabstop=4
 setlocal softtabstop=4
 setlocal shiftwidth=4
-setlocal textwidth=80
+setlocal textwidth=79
 setlocal smarttab
 setlocal expandtab
 setlocal incsearch