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

Not working with GVim #123

Closed
zaitsev-dev opened this issue Apr 24, 2020 · 2 comments
Closed

Not working with GVim #123

zaitsev-dev opened this issue Apr 24, 2020 · 2 comments

Comments

@zaitsev-dev
Copy link

In console Vim plugin is working fine but in GVim it is absolutely don't work.
Code look in Vim:
image
and the same in GVim:
image

@ap
Copy link
Owner

ap commented Apr 24, 2020

When you run these commands in GVim, what do they say?

:set syntax?
:echo has('gui_running')

When you move the cursor onto a color definition (like #d7373b in your screenshot) and run this command, what does it say?

:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')

@zaitsev-dev
Copy link
Author

@ap whoops, I'm sorry. The cause of the problem is I opened old Vim session that isn't loads the plugin. Feel awkward :)

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