diff options
author | Matthieu Coudron <mattator@gmail.com> | 2019-12-08 01:05:49 +0100 |
---|---|---|
committer | Matthieu Coudron <mattator@gmail.com> | 2019-12-25 14:28:36 +0100 |
commit | bbad324b175f1bd35201f0ba73fba1b11af7093d (patch) | |
tree | 02e2cacd63b37d059218be43ca385feb32e6de99 /runtime | |
parent | 2ef72437fc2e20ed7eee2520d818d3039b8e52bb (diff) | |
download | rneovim-bbad324b175f1bd35201f0ba73fba1b11af7093d.tar.gz rneovim-bbad324b175f1bd35201f0ba73fba1b11af7093d.tar.bz2 rneovim-bbad324b175f1bd35201f0ba73fba1b11af7093d.zip |
fillchars: adding foldopen, foldsep, foldclose
You can try it with
set fillchars+=foldopen:▾,foldsep:│,foldclose:▸
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4b8740c5d2..519cbf66b1 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2371,6 +2371,9 @@ A jump table for the options with a short description can be found at |Q_op|. stlnc:c ' ' or '=' statusline of the non-current windows vert:c '│' or '|' vertical separators |:vsplit| fold:c '·' or '-' filling 'foldtext' + foldopen:c '-' mark the beginning of a fold + foldclose:c '+' show a closed fold + foldsep:c '|' open fold middle marker diff:c '-' deleted lines of the 'diff' option msgsep:c ' ' message separator 'display' eob:c '~' empty lines at the end of a buffer |