rm ascii control chars to improve mime detection
This commit is contained in:
parent
0ad325e5d7
commit
d2be63b3d7
1 changed files with 2 additions and 2 deletions
|
|
@ -74,13 +74,13 @@ M.opts = function()
|
||||||
n = colors.red,
|
n = colors.red,
|
||||||
i = colors.green,
|
i = colors.green,
|
||||||
v = colors.magenta,
|
v = colors.magenta,
|
||||||
[''] = colors.magenta,
|
[string.char(22)] = colors.magenta,
|
||||||
V = colors.magenta,
|
V = colors.magenta,
|
||||||
c = colors.blue,
|
c = colors.blue,
|
||||||
no = colors.red,
|
no = colors.red,
|
||||||
s = colors.orange,
|
s = colors.orange,
|
||||||
S = colors.orange,
|
S = colors.orange,
|
||||||
[''] = colors.orange,
|
[string.char(19)] = colors.orange,
|
||||||
ic = colors.yellow,
|
ic = colors.yellow,
|
||||||
R = colors.violet,
|
R = colors.violet,
|
||||||
Rv = colors.violet,
|
Rv = colors.violet,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue