Browse Source

make wrap not break most words

cinaeco 14 years ago
parent
commit
07a8417652
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vim/vimrc

+ 1 - 1
vim/vimrc

@@ -33,7 +33,7 @@ set softtabstop=4 " let backspace delete indent
 set expandtab "change to single spaces
 set expandtab "change to single spaces
 set autoindent "use last line to set next indent
 set autoindent "use last line to set next indent
 set smartindent "guess harder, based on C-like language
 set smartindent "guess harder, based on C-like language
-set wrap "wrap long lines of text
+set wrap lbr "wrap long lines of text
 
 
 " Set backspace config
 " Set backspace config
 set backspace=eol,start,indent
 set backspace=eol,start,indent