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

Wrong bracket highlighting #22

Open
vivien opened this issue Jun 9, 2020 · 1 comment
Open

Wrong bracket highlighting #22

vivien opened this issue Jun 9, 2020 · 1 comment

Comments

@vivien
Copy link
Owner

vivien commented Jun 9, 2020

The following snippet from phylink.c:

if (pl->cur_link_an_mode == MLO_AN_INBAND &&
    !test_bit(PHYLINK_DISABLE_STOPPED, &pl->phylink_disable_state)) {
        phylink_mac_config(pl, &pl->link_config);
        phylink_mac_an_restart(pl);
}

causes linuxsty.vim to highlight the { } around this with a red background. Afaik, there's no issue here, but it seems linuxsty thinks there is.

@vivien
Copy link
Owner Author

vivien commented Jun 9, 2020

May be related to #18.

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