mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
refactor: rename types.h to types_defs.h
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "nvim/decoration_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/map.h"
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/types_defs.h"
|
||||
|
||||
EXTERN Map(String, int) namespace_ids INIT( = MAP_INIT);
|
||||
EXTERN handle_T next_namespace_id INIT( = 1);
|
||||
|
Reference in New Issue
Block a user