From 844a4424938551ff2396140c18cc99a0fa9aa898 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 8 Aug 2010 22:08:42 -0500 Subject: [PATCH] .vimrc: Remove 'nowrap' --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index fff728f..2b78391 100644 --- a/.vimrc +++ b/.vimrc @@ -95,7 +95,7 @@ set visualbell " shut the heck up set autoindent " automatic indent new lines set smartindent " be smart about it -set nowrap " do not wrap lines +"set nowrap " do not wrap lines set softtabstop=2 " yep, two set shiftwidth=2 " .. set tabstop=4 -- 2.43.0