Re-enable visual wrap
This commit is contained in:
parent
b158f14002
commit
9b17248cfe
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -82,7 +82,6 @@ set modelines=0
|
||||||
set nobackup
|
set nobackup
|
||||||
set nojoinspaces
|
set nojoinspaces
|
||||||
set nomodeline
|
set nomodeline
|
||||||
set nowrap
|
|
||||||
set nowritebackup
|
set nowritebackup
|
||||||
set nrformats-=octal
|
set nrformats-=octal
|
||||||
set number
|
set number
|
||||||
|
@ -101,6 +100,7 @@ set ttimeout
|
||||||
set ttimeoutlen=100
|
set ttimeoutlen=100
|
||||||
set ttyfast
|
set ttyfast
|
||||||
set updatetime=300
|
set updatetime=300
|
||||||
|
set wrap
|
||||||
|
|
||||||
"===============================================================================
|
"===============================================================================
|
||||||
" General settings for non-minimal Vim builds.
|
" General settings for non-minimal Vim builds.
|
||||||
|
|
Loading…
Reference in a new issue