aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-05 15:38:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-05 15:38:52 +1300
commit58589494516b6c4c9a769197c1ed11e073686adc (patch)
tree656886625677c0885fe04db4d50e5530148f2fa9
parentGot syntax wrong in previous commit. (diff)
downloaddotfiles-58589494516b6c4c9a769197c1ed11e073686adc.tar.gz
dotfiles-58589494516b6c4c9a769197c1ed11e073686adc.zip
No easy way to tell if tabs available, only the 'windows' option, which is imperfect
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5318c008..371431fc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -112,12 +112,12 @@ endif
" Windows
if has("windows")
set laststatus=1
- set showtabline=1
set splitbelow
if has("vertsplit")
set fillchars=""
set splitright
endif
+ silent! set showtabline=1
endif
" Wrapping