Эх сурвалжийг харах

make wrap not break most words

cinaeco 14 жил өмнө
parent
commit
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