diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/appearance.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/appearance.lua b/plugin/appearance.lua index 3e3a638..02ceb26 100644 --- a/plugin/appearance.lua +++ b/plugin/appearance.lua @@ -33,11 +33,10 @@ opt.listchars = 'tab:░ ,extends:›,precedes:‹,nbsp:·,trail:·' opt.background = 'dark' opt.cmdheight = 2 opt.fillchars = { - diff = "╱", + diff = "╱", -- alternatives = ⣿ ░ ─ ╱ vert = "│", fold = "⠀", eob = " ", -- suppress ~ at EndOfBuffer - --diff = "⣿", -- alternatives = ⣿ ░ ─ ╱ msgsep = "‾", foldopen = "▾", foldsep = "│", |
