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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/windows.vim b/vim/config/windows.vim
index a0492c76..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