mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +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:
@@ -4544,7 +4544,7 @@ int build_stl_str_hl(win_T *wp, char_u *out, size_t outlen, char_u *fmt, int use
|
||||
}
|
||||
|
||||
return width;
|
||||
} // NOLINT(readability/fn_size)
|
||||
}
|
||||
|
||||
/// Get relative cursor position in window into "buf[buflen]", in the form 99%,
|
||||
/// using "Top", "Bot" or "All" when appropriate.
|
||||
|
Reference in New Issue
Block a user