aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:50:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:50:13 +1200
commit7da5ecbd23e7ece952c12fbb68f6a5d98aae7de2 (patch)
treec61bca7c9bd019505b2a1ceb674d0738e400589d
parentRefine more .vimrc comments (diff)
downloaddotfiles-7da5ecbd23e7ece952c12fbb68f6a5d98aae7de2.tar.gz
dotfiles-7da5ecbd23e7ece952c12fbb68f6a5d98aae7de2.zip
Remove 'fillchars' setting from .vimrc
Unneeded
-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