Skip to content

Wrong bracket highlighting #22

Description

@vivien

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions