diff options
author | Matthieu Coudron <mattator@gmail.com> | 2020-01-12 01:36:11 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2020-01-11 16:36:11 -0800 |
commit | 05ea3c1997a5f8c1c28192cb67a1306485c11b9a (patch) | |
tree | 3b4a2b01b38979a47057b8f73f43a36a52c2ac22 /runtime/doc/vim_diff.txt | |
parent | 1cbe8d6d78a6d9fcef36daab5231bb74e58f5c7f (diff) | |
download | rneovim-05ea3c1997a5f8c1c28192cb67a1306485c11b9a.tar.gz rneovim-05ea3c1997a5f8c1c28192cb67a1306485c11b9a.tar.bz2 rneovim-05ea3c1997a5f8c1c28192cb67a1306485c11b9a.zip |
defaults: set fillchars "foldsep" to box line #11702
"│" U+2502 BOX DRAWINGS LIGHT VERTICAL
Fallback to old default | if 'ambiwidth' is set.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index e19659a4c4..c988756154 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -38,7 +38,7 @@ the differences. - 'directory' defaults to ~/.local/share/nvim/swap// (|xdg|), auto-created - 'display' defaults to "lastline,msgsep" - 'encoding' is UTF-8 (cf. 'fileencoding' for file-content encoding) -- 'fillchars' defaults (in effect) to "vert:│,fold:·" +- 'fillchars' defaults (in effect) to "vert:│,fold:·,sep:│" - 'formatoptions' defaults to "tcqj" - 'fsync' is disabled - 'history' defaults to 10000 (the maximum) |