ソースを参照

make wrap not break most words

cinaeco 14 年 前
コミット
07a8417652
1 ファイル変更1 行追加1 行削除
  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