diff options
Diffstat (limited to 'vim/vimrc')
-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: ' |