chrisbra / Colorizer

color hex codes and color names
547 stars 30 forks source link

ANSI sequences not fully escaped in gVim. #66

Closed koblihh closed 5 years ago

koblihh commented 5 years ago

Hi Christian,

I am having trouble understanding how to properly debug the incorrectly escaped ANSI sequences via Colorizer. I would greatly appreciate it if you could give me some pointers on possible ways of resolving the issue.

See the attached pics below for your reference.

Before: before After: after Expected: expected

I am currently using gvim_8.1.0095_x64 on Windows 7.

Cheers!

chrisbra commented 5 years ago

hm, currently, it expects an ^O following the ^[[m to hide it. I made it optional.

koblihh commented 5 years ago

Thank you for your prompt update. Works fine on my end as well now. Cheers!