aboutsummaryrefslogtreecommitdiff
path: root/vim/config
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config')
-rw-r--r--vim/config/buffers.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/vim/config/buffers.vim b/vim/config/buffers.vim
index 6102fc76..92055fea 100644
--- a/vim/config/buffers.vim
+++ b/vim/config/buffers.vim
@@ -1,8 +1,6 @@
" Allow jumping between windows and tabs to find an open instance of a given
" buffer with :sbuffer.
+set switchbuf=useopen
if v:version >= 701
- set switchbuf=useopen,usetab
-else
- set switchbuf=useopen
+ set switchbuf+=usetab
endif
-