eval: Split and move dict_add_nr_str to typval.c

Function was split into tv_dict_add_nr() and tv_dict_add_str().
This commit is contained in:
ZyX
2016-08-20 23:56:49 +03:00
parent 210342d795
commit 2dcfc439b2
11 changed files with 201 additions and 154 deletions

View File

@@ -4,6 +4,7 @@
#include <limits.h>
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
#include "nvim/hashtab.h"
#include "nvim/garray.h"