aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 23:14:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 23:14:47 +1200
commitce4148e6c5a15f7cc00684971896eacbbbf19045 (patch)
tree339934dfca45758ec6585310eea047e26cdb98cd
parentCorrect "Tmux" to "tmux" in a comment. (diff)
downloaddotfiles-ce4148e6c5a15f7cc00684971896eacbbbf19045.tar.gz
dotfiles-ce4148e6c5a15f7cc00684971896eacbbbf19045.zip
Remove unneeded 'showtabline' .vimrc setting
This is the default anyway.
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 14c019a4..0fd8c192 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -255,11 +255,6 @@ if has('windows')
set splitright
endif
- " Only show the tab bar if there's more than one tab
- if exists('+showtabline')
- set showtabline=1
- endif
-
" Get rid of visually noisy folding characters
if has('folding')
let &fillchars = 'diff: ,fold: ,vert: '