You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This help is hardly a comprehensive source of information about these codes. Usually it makes more sense to look somewhere else, e.g. in wikipedia.
To me it looks like there is a bug in this plugin. Here is how this table actually should looks like (result of cat AnsiEsc.txt in terminal):
and here is how it looks in vim:
If you like to fix this - PR is welcome.
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
The text was updated successfully, but these errors were encountered: