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