aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.h
Commit message (Expand)AuthorAge
* unittests: Add a test for TV_CSTRINGZyX2017-04-14
* eval: Change the point at which arg_errmsg and its length are changedZyX2017-04-14
* eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIALZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* eval/typval: Add missing includes, also add a script to find themZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move get_tv_lnum and get_tv_float to eval/typval.hZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* eval: Move get_float_arg to typval.hZyX2017-03-29
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29