mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -1835,7 +1835,6 @@ int syn_get_final_id(int hl_id)
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
if (sgp->sg_link == 0 || sgp->sg_link > highlight_ga.ga_len) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user