mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
build(clint): remove "function size is too large" warning
This warning is essentially only triggered for ported vim functions. It's unlikely that we'll refactor vim functions solely based on their size since it'd mean we'd greatly deviate from vim, which is a high cost when it comes to importing the vim patches. Thus, this warning only serves as an annoyance and should be removed.
This commit is contained in:
@@ -2586,7 +2586,7 @@ ret_free:
|
||||
if (show_block) {
|
||||
ui_ext_cmdline_block_leave();
|
||||
}
|
||||
} // NOLINT(readability/fn_size)
|
||||
}
|
||||
|
||||
/// @return 5 if "p" starts with "<SID>" or "<SNR>" (ignoring case).
|
||||
/// 2 if "p" starts with "s:".
|
||||
|
Reference in New Issue
Block a user