aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0822ec49..cb5f3119 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -157,12 +157,6 @@ if has('windows')
if has('vertsplit')
set splitright
endif
-
- " Get rid of visually noisy folding characters
- if has('folding')
- let &fillchars = 'diff: ,fold: ,vert: '
- endif
-
endif
" Rebind normal, visual <Space> to scroll down a page