فهرست منبع

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