aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-10-31 14:56:34 +0800
committerjdhao <jdhao@hotmail.com>2020-10-31 14:56:34 +0800
commit53683e53bb7f4b0836cb57e947419bdd7232fe5e (patch)
tree95d4f0f54db78bf318988092fa12b09e3e36ad99 /core/options.vim
parentd0827ae776a83cddb30a4e7dada8d9f491cde334 (diff)
Hide the annoying ~ at the end of current buffer.
See also https://github.com/neovim/neovim/issues/2067.
Diffstat (limited to 'core/options.vim')
-rw-r--r--core/options.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/options.vim b/core/options.vim
index 9b8dda1..ebcfed1 100644
--- a/core/options.vim
+++ b/core/options.vim
@@ -1,8 +1,8 @@
scriptencoding utf-8
"{ Builtin options and settings
-" change filechar for folding, vertical split, and message separator
-set fillchars=fold:\ ,vert:\│,msgsep:‾
+" change fillchars for folding, vertical split, end of buffer, and message separator
+set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾
" Paste mode toggle, it seems that Neovim's bracketed paste mode
" does not work very well for nvim-qt, so we use good-old paste mode