summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index a63592f..b93e121 100644
--- a/.vimrc
+++ b/.vimrc
@@ -30,8 +30,8 @@ set pastetoggle=<F11>
" Enable folding by fold markers
set foldmethod=marker
-" Wrap line longer than the display
-"set wrap
+" Don't wrap line longer than the display
+set nowrap
" Textwidth of 100
set textwidth=100