Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More help detail on color escape sequences #14

Open
jamesroyer opened this issue Mar 8, 2019 · 1 comment
Open

More help detail on color escape sequences #14

jamesroyer opened this issue Mar 8, 2019 · 1 comment

Comments

@jamesroyer
Copy link

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

@powerman
Copy link
Owner

powerman commented Mar 9, 2019

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):
ansi-term
and here is how it looks in vim:
ansi-vim
If you like to fix this - PR is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants