Text wrap now wraps full word.

This commit is contained in:
Sheldon Lee 2021-11-26 23:50:02 +08:00
parent 1ed8502169
commit eb2937a9a8

View File

@ -13,6 +13,9 @@ set tabstop=4
set shiftwidth=4
filetype plugin indent on
" softwrapping
set wrap linebreak
" search
set incsearch
"set nohlsearch