Check for linebreak feature
This commit is contained in:
parent
7b8c6d4fd3
commit
b8dc7c1824
1 changed files with 4 additions and 1 deletions
5
vimrc
5
vimrc
|
@ -64,7 +64,6 @@ set autoindent
|
|||
set autoread
|
||||
set background=dark
|
||||
set backspace=indent,eol,start
|
||||
set breakindent
|
||||
set cmdheight=1
|
||||
set directory=$TEMP//,/tmp//,.
|
||||
set display+=lastline
|
||||
|
@ -175,6 +174,10 @@ if has('gui_running')
|
|||
set lines=43
|
||||
endif
|
||||
|
||||
if has('linebreak')
|
||||
set breakindent
|
||||
endif
|
||||
|
||||
if has('mouse_sgr')
|
||||
set ttymouse=sgr
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue