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

heading syntax hilighting doesn't "trace back" #31

Open
lerouxb opened this issue Oct 30, 2012 · 0 comments
Open

heading syntax hilighting doesn't "trace back" #31

lerouxb opened this issue Oct 30, 2012 · 0 comments

Comments

@lerouxb
Copy link

lerouxb commented Oct 30, 2012

I've been getting this problem with all the different vim markdown plugins I tried:

If I type a heading, then the line below it add ==== to make it a heading, the heading and the line of = chars doesn't change colour until I make a change in a line above the heading (like insert a line break). If I then remove the line of = characters it doesn't clear the heading color again until I do the same.

I have seen an intermittent issue like this in another plugin before, so I learned all about the various syntax sync options.

If I run ":syntax sync" I see lots of things, so I figured it might be things interacting strangely. So I ran ":syntax sync clear" followed by ":syntax sync fromstart", but it makes no difference.

I have even upgraded my copy of macvim. After that I tried in my copy of vim in the command-line and it behaves the same too, so I doubt it is that.

Is there something I'm missing? Why is it that for me the markdown plugin can't even be forced to always re-evaluate all the syntax?

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

1 participant