aboutsummaryrefslogtreecommitdiff
path: root/vim/config/windows.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/windows.vim')
-rw-r--r--vim/config/windows.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/config/windows.vim b/vim/config/windows.vim
index a54b8997..88b38f8c 100644
--- a/vim/config/windows.vim
+++ b/vim/config/windows.vim
@@ -16,7 +16,7 @@ if has('windows')
endif
" Only show the tab bar if there's more than one tab
- if exists('&showtabline')
+ if exists('+showtabline')
set showtabline=1
endif
@@ -24,4 +24,5 @@ if has('windows')
if has('folding')
let &fillchars = 'diff: ,fold: ,vert: '
endif
+
endif