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,
|
||||
i = colors.green,
|
||||
v = colors.magenta,
|
||||
[''] = colors.magenta,
|
||||
[string.char(22)] = colors.magenta,
|
||||
V = colors.magenta,
|
||||
c = colors.blue,
|
||||
no = colors.red,
|
||||
s = colors.orange,
|
||||
S = colors.orange,
|
||||
[''] = colors.orange,
|
||||
[string.char(19)] = colors.orange,
|
||||
ic = colors.yellow,
|
||||
R = colors.violet,
|
||||
Rv = colors.violet,
|
||||
|
|
Loading…
Add table
Reference in a new issue