commit 0cea58ecb659f952d3654f7d92ef2ed5ac99698a
parent a27b3c2ebdad1741c51abb13bffb3d27670206e8
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Mon, 4 Jul 2022 19:37:31 +0000
Remove fillchars in vim
It is not working properly in some old versions of vim even with the
check. In some old versions `fillchars` is available but `eob` is not
available.
Spending time for cosmetic change is not worth it.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
@@ -98,7 +98,3 @@ if has("win32")
" shellxquote must be a literal space character.
set shellxquote=
endif
-
-if exists('&fillchars')
- set fillchars+=eob:\
-endif