Open nowox opened 8 years ago
If I do:
:Asyncrun! echo "\e[32mHello World\e[0m"
I get this:
|| ["echo", ""\e[32mHello", "World\e[0m""] || "\e[32mHello World\e[0m" || [Finished in 0 seconds]
Where "Hello World" is not colored.
I just can't figure out a simple way to filter out them. And I will take some time to think about it
see https://github.com/vim-scripts/AnsiEsc.vim, which seems to work fine.
If I do:
I get this:
Where "Hello World" is not colored.