mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
message,strings: Move vim_*printf functions to strings.c
Allows eval/typval.h to #include message.h.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
#define NVIM_STRINGS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/eval_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "strings.h.generated.h"
|
||||
|
Reference in New Issue
Block a user