소스 검색

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 autoindent "use last line to set next indent
 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=eol,start,indent