Move relevant settings closer together

This commit is contained in:
Kenneth Benzie 2017-12-05 21:29:19 +00:00
parent 1db9ea30ee
commit 87d78f9c7a

View File

@ -30,12 +30,6 @@ if has('linebreak')
set highlight+=@:SpecialKey set highlight+=@:SpecialKey
endif endif
" Don't add 2 spaces after end of sentence
set nojoinspaces
" Enable all mouse features
set mouse=a
" TODO: spellcapcheck " TODO: spellcapcheck
" TODO: virtualedit=block " TODO: virtualedit=block
" TODO: whichwrap=b,h,l,s,<,>,[,],~ " TODO: whichwrap=b,h,l,s,<,>,[,],~
@ -105,6 +99,12 @@ endif
" Automatically write changes to files " Automatically write changes to files
set autowrite set autowrite
" Don't add 2 spaces after end of sentence
set nojoinspaces
" Enable all mouse features
set mouse=a
" Format text " Format text
" r - insert comment leader on 'o' and 'O' " r - insert comment leader on 'o' and 'O'
" q - allow formatting with 'gq' " q - allow formatting with 'gq'