aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 445c1db8..5179d474 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -141,7 +141,9 @@ if has("windows")
if has("vertsplit")
set splitright
endif
- silent! set showtabline=1
+ if exists("&showtabline")
+ set showtabline=1
+ endif
endif
" Wrapping