refactor: fix runtime_defs.h (#26259)

This commit is contained in:
zeertzjq
2023-11-28 07:47:36 +08:00
committed by GitHub
parent 6c14ae6bfa
commit 718053b7a9
59 changed files with 299 additions and 335 deletions

View File

@@ -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.