Use existing windows/tabs when jumping to errors

This commit is contained in:
Kenneth Benzie 2017-05-03 23:38:11 +01:00
parent c28e93210e
commit 0d66f1acec

View File

@ -2,7 +2,6 @@
set mouse=a set mouse=a
" TODO: spellcapcheck " TODO: spellcapcheck
" TODO: switchbuf=usetab
" TODO: virtualedit=block " TODO: virtualedit=block
" TODO: whichwrap=b,h,l,s,<,>,[,],~ " TODO: whichwrap=b,h,l,s,<,>,[,],~
@ -64,6 +63,9 @@ if has('vertsplit')
set splitright set splitright
endif endif
" Use existing windows and tabs when jumping to errors
set switchbuf=usetab
" Indicates a fast terminal connection " Indicates a fast terminal connection
set ttyfast set ttyfast