]> err.no Git - dotfiles/commitdiff
unset nowrap
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 26 Apr 2003 11:35:08 +0000 (11:35 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 26 Apr 2003 11:35:08 +0000 (11:35 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@166 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

vimrc

diff --git a/vimrc b/vimrc
index 143884b325386883ead3ab8104d7086b31e0b74b..547de8c89e52c95ff07cd58f35c1322ab3b738d1 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -17,7 +17,7 @@ set expandtab
 set sta
 
 set wildmode=longest,list
-set nowrap
+set nowrap
 if has("syntax") && &t_Co > 2
     syntax on
 endif