vim-linux-coding-style icon indicating copy to clipboard operation
vim-linux-coding-style copied to clipboard

Wrong bracket highlighting

Open vivien opened this issue 5 years ago • 1 comments

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 avatar Jun 09 '20 22:06 vivien

May be related to #18.

vivien avatar Jun 09 '20 22:06 vivien