ANSI Color Codes in VIM

前端 未结 4 1242
小蘑菇
小蘑菇 2020-12-23 16:38

I have a script that generates a log file with ANSI color codes in them like so:

[2012-05-14 18:00:02] ^[[0mINF: -- Starting update script --^[[0m
[2012-05-1         


        
4条回答
  •  天命终不由人
    2020-12-23 17:20

    Since the link in the accepted answer doesn't appear to be working, I found this link: https://github.com/vim-scripts/AnsiEsc.vim

提交回复
热议问题