mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
Merge #6110 'refactor: Move vim_*printf to strings.c'.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include "nvim/eval_defs.h" // for typval_T
|
||||
#include "nvim/ex_cmds_defs.h" // for exarg_T
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/types.h"
|
||||
|
||||
/*
|
||||
* Types of dialogs passed to do_dialog().
|
||||
|
Reference in New Issue
Block a user