mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
eval,*: Move get_tv_string to typval.c
Function was renamed and changed to return `const char *`.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define NVIM_EVAL_H
|
||||
|
||||
#include "nvim/hashtab.h" // For hashtab_T
|
||||
#include "nvim/buffer_defs.h" // For scid_T
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/ex_cmds_defs.h" // For exarg_T
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/profile.h"
|
||||
|
Reference in New Issue
Block a user