mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
refactor: fix runtime_defs.h (#26259)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "nvim/grid_defs.h"
|
||||
#include "nvim/mbyte_defs.h" // IWYU pragma: export
|
||||
#include "nvim/os/os_defs.h"
|
||||
#include "nvim/types_defs.h"
|
||||
#include "nvim/types_defs.h" // IWYU pragma: keep
|
||||
|
||||
// Return byte length of character that starts with byte "b".
|
||||
// Returns 1 for a single-byte character.
|
||||
|
Reference in New Issue
Block a user