We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use :messages I get colors for errors (maybe more?) But :Bmessages is just a plain buffer
:messages
:Bmessages
vs
The text was updated successfully, but these errors were encountered:
Good question I haven't noticed that and can't seem to find relevant documentation around it.
If anyone has some context on syntax highlighting for default :messages window perhaps I can port it over to the :Bmessages buffer.
Sorry, something went wrong.
There is echohl1, which lets you use any highlight group. The main construct you usually see is something like this:
echohl
echohl ErrorMsg echo "Error: Something went wrong" echohl None
I'm not sure how to extract this highlighting info from the message buffer, if at all, however. So I'm probably not really able to help any further.
https://neovim.io/doc/user/eval.html#%3Aechohl ↩
No branches or pull requests
When I use
:messages
I get colors for errors (maybe more?)But
:Bmessages
is just a plain buffervs
The text was updated successfully, but these errors were encountered: