Can you add information on "Color Escape Sequences" in the help file?
After installing the plugin and running :help AnsiEsc the table shows columns 1-5, and 7. Column 1 is showing no color while all other columns show color.
My log file is using the column 1 escape sequences. By running %s/;1m/;2m/g color highlighting works.
If it is simply setting a variable in my .vimrc file, can the help file be updated with a more explicit example?
Thanks,
Jamie
Can you add information on "Color Escape Sequences" in the help file?
After installing the plugin and running
:help AnsiEscthe table shows columns 1-5, and 7. Column 1 is showing no color while all other columns show color.My log file is using the column 1 escape sequences. By running
%s/;1m/;2m/gcolor highlighting works.If it is simply setting a variable in my .vimrc file, can the help file be updated with a more explicit example?
Thanks,
Jamie