diff --git a/vimrc b/vimrc index 4b196a7..ebe0f8a 100644 --- a/vimrc +++ b/vimrc @@ -82,7 +82,6 @@ set modelines=0 set nobackup set nojoinspaces set nomodeline -set nowrap set nowritebackup set nrformats-=octal set number @@ -101,6 +100,7 @@ set ttimeout set ttimeoutlen=100 set ttyfast set updatetime=300 +set wrap "=============================================================================== " General settings for non-minimal Vim builds.