aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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