-
Notifications
You must be signed in to change notification settings - Fork 23
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
sample_terminal.vim doesn't do anything useful #158
Comments
Interesting. I've tried doing
I got no output at all in:
Searching online a bit, I found this bug report: msgcat --color=test no longer works This persons says that this command works in Ubuntu 20.10 but not in 21.04:
This corroborates what I'm seeing. So it looks like a bug with recent versions of msgcat and/or Ubuntu. |
Well, I use If you can find or write a working cross-platform alternative that shows at least:
I will gladly replace the current command. |
Hmm, I guess I'll wait until Kubuntu 22.04 is out next month and see if that version has the same issue. But for a more portable solution, maybe we could open a second Vim instance, inside the terminal window, and source a script that shows the different colors. Something like this:
Anyway, I'm just thinking out loud. I'll see if something like this could work. |
When I run the suggested command in sample_terminal.vim,
I get an empty terminal buffer. I feel like this script is incomplete but I might be doing something wrong.
I'm using Konsole on Kubuntu.
msgcat --version
says 0.21.The text was updated successfully, but these errors were encountered: