diff options
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 -"} |
