diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 23:14:47 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 23:14:47 +1200 |
commit | ce4148e6c5a15f7cc00684971896eacbbbf19045 (patch) | |
tree | 339934dfca45758ec6585310eea047e26cdb98cd /vim | |
parent | Correct "Tmux" to "tmux" in a comment. (diff) | |
download | dotfiles-ce4148e6c5a15f7cc00684971896eacbbbf19045.tar.gz dotfiles-ce4148e6c5a15f7cc00684971896eacbbbf19045.zip |
Remove unneeded 'showtabline' .vimrc setting
This is the default anyway.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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: ' |