aboutsummaryrefslogtreecommitdiff
path: root/vim/config/buffers.vim
blob: 6102fc76a10dbc4fbb28388ca7b05619732b6dc5 (plain) (blame)
1
2
3
4
5
6
7
8
" Allow jumping between windows and tabs to find an open instance of a given
" buffer with :sbuffer.
if v:version >= 701
  set switchbuf=useopen,usetab
else
  set switchbuf=useopen
endif