mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +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:
@@ -3761,7 +3761,7 @@ end:
|
||||
|
||||
// If the cursor is past the end of the line put it at the end.
|
||||
adjust_cursor_eol();
|
||||
} // NOLINT(readability/fn_size)
|
||||
}
|
||||
|
||||
/*
|
||||
* When the cursor is on the NUL past the end of the line and it should not be
|
||||
|
Reference in New Issue
Block a user