vim: better filler character for deleted lines in diffs
This commit is contained in:
parent
f1ed6f87d5
commit
e8f313c49d
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ o.listchars = {
|
||||||
trail = '·',
|
trail = '·',
|
||||||
conceal = '┊',
|
conceal = '┊',
|
||||||
}
|
}
|
||||||
|
o.fillchars = {
|
||||||
|
diff = '⋅',
|
||||||
|
}
|
||||||
|
|
||||||
-- Wildcard Expansion
|
-- Wildcard Expansion
|
||||||
o.wildignore = {
|
o.wildignore = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue