Added back linebreak in vimrc
Turns out I was wrong about what this thing does tehe~
This commit is contained in:
parent
3d28bea6ea
commit
1907290b34
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -79,6 +79,7 @@ set gdefault
|
|||
|
||||
set wrap
|
||||
set breakat=\ .,{
|
||||
au BufEnter,BufRead * set linebreak
|
||||
set display+=lastline
|
||||
if v:version>=800
|
||||
set breakindent
|
||||
|
|
Loading…
Reference in a new issue