mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
refactor: upgrade uncrustify config version to 0.74.0
Disable formatting for assert.h since there's a bug that results in a segmentation fault in uncrustify.
This commit is contained in:
@@ -7573,7 +7573,7 @@ static bool syn_list_header(const bool did_header, const int outlen, const int i
|
||||
// Show "xxx" with the attributes.
|
||||
if (!did_header) {
|
||||
if (endcol == Columns - 1 && endcol <= name_col) {
|
||||
msg_putchar(' ');
|
||||
msg_putchar(' ');
|
||||
}
|
||||
msg_puts_attr("xxx", syn_id2attr(id));
|
||||
msg_putchar(' ');
|
||||
|
Reference in New Issue
Block a user