mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: rename types.h to types_defs.h
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.h"
|
||||
#include "nvim/types_defs.h"
|
||||
|
||||
// Return byte length of character that starts with byte "b".
|
||||
// Returns 1 for a single-byte character.
|
||||
|
Reference in New Issue
Block a user