diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-31 15:42:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-31 15:42:38 +0800 |
| commit | 5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 (patch) | |
| tree | 21aebc405cde600b382825a38ed27e17fd94b11b /core/options.vim | |
| parent | 05c0ef1d60bda2a8914ec316e5d48c4d25f0a6c1 (diff) | |
remove redundant fold marks
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/options.vim b/core/options.vim index 4800474..f9d3cf8 100644 --- a/core/options.vim +++ b/core/options.vim @@ -1,6 +1,5 @@ scriptencoding utf-8 -"{ Builtin options and settings " change fillchars for folding, vertical split, end of buffer, and message separator set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾ @@ -182,4 +181,3 @@ set diffopt+=filler " show filler for deleted lines set diffopt+=closeoff " turn off diff when one file window is closed set diffopt+=context:3 " context for diff set diffopt+=internal,indent-heuristic,algorithm:histogram -"} |
