Merge #6110 'refactor: Move vim_*printf to strings.c'.

This commit is contained in:
Justin M. Keyes
2017-02-17 16:25:19 +01:00
5 changed files with 859 additions and 839 deletions

View File

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