aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-20 00:48:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-20 00:48:06 +1300
commit274a224ef38e730e7c0c3fa3fbc9c72167cd2c2e (patch)
tree52e5e605ef4e84849cab5a1d3207e38a7a598b14 /vim/vimrc
parentChange path of sahara module. (diff)
downloaddotfiles-274a224ef38e730e7c0c3fa3fbc9c72167cd2c2e.tar.gz
dotfiles-274a224ef38e730e7c0c3fa3fbc9c72167cd2c2e.zip
Move fillchars definition to move appropriate position
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 2981def3..55836dda 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -21,6 +21,9 @@ endif
if has("syntax")
syntax enable
silent! colorscheme sahara
+ if has("folding")
+ set fillchars=diff:\ ,fold:\ ,vert:\
+ endif
endif
" Commands
@@ -117,7 +120,6 @@ if has("windows")
set laststatus=1
set splitbelow
if has("vertsplit")
- set fillchars=""
set splitright
endif
silent! set showtabline=1