aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJack Bracewell <jbtwentythree@gmail.com>2017-03-24 16:36:46 +0000
committerBjörn Linse <bjorn.linse@gmail.com>2018-06-13 17:54:16 +0200
commita7bb63c55dacfa822e1a24d041771d9e8d83a980 (patch)
tree78ab8f42c2470f7a810b9327e18596a9973f030a /runtime
parent463da8480685dbd53335b4e3f0a6d37cacbacac4 (diff)
downloadrneovim-a7bb63c55dacfa822e1a24d041771d9e8d83a980.tar.gz
rneovim-a7bb63c55dacfa822e1a24d041771d9e8d83a980.tar.bz2
rneovim-a7bb63c55dacfa822e1a24d041771d9e8d83a980.zip
Add ‘eob’ option to fillchars
This option allows configuring what character is shown on the empty lines at the end of a buffer, previously hardcoded to ‘~’
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 3bc248c795..f924003e1f 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -2393,6 +2393,7 @@ A jump table for the options with a short description can be found at |Q_op|.
fold:c '·' or '-' filling 'foldtext'
diff:c '-' deleted lines of the 'diff' option
msgsep:c ' ' message separator 'display'
+ eob:c '~' empty lines at the end of a buffer
Any one that is omitted will fall back to the default. For "stl" and
"stlnc" the space will be used when there is highlighting, '^' or '='
@@ -2415,6 +2416,7 @@ A jump table for the options with a short description can be found at |Q_op|.
vert:c VertSplit |hl-VertSplit|
fold:c Folded |hl-Folded|
diff:c DiffDelete |hl-DiffDelete|
+ eob:c EndOfBuffer |hl-EndOfBuffer|
*'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'*
'fixendofline' 'fixeol' boolean (default on)