dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 523ed45ac3052f85ed84f790b07a8d188f017140
parent b9670bd16c33f25e00a2b3f812501b2addbb61cd
Author: dudley <root@pyratebeard.net>
Date:   Wed, 26 Apr 2017 20:31:10 +0100

duplicated nowrap option removed

Diffstat:
Mvim/.vimrc | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/vim/.vimrc b/vim/.vimrc @@ -118,14 +118,12 @@ set number " No line wrapping set nowrap +set linebreak " No folding set foldlevel=99 set foldminlines=99 -" Don't wrap long lines -set nowrap - " Highlight column set cursorcolumn