aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.h
Commit message (Expand)AuthorAge
* eval/typval: Log list actionsZyX2018-01-14
* *: Provide list length when allocating listsZyX2018-01-14
* eval: Refactor some potentially dangerous list appendsZyX2017-12-25
* clint,eval: Make linter check for direct usage of list attributesZyX2017-12-12
* eval/typval: Fix typoZyX2017-12-11
* *: Finish hiding list implementationZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* eval/typval: Add macros useful for hiding list item implementationZyX2017-12-10
* eval/typval: Add functions useful for hiding list implementationZyX2017-12-10
* ex_getln: Replace global with entry in save_cclineZyX2017-07-17
* vim-patch:7.4.1976James McCoy2017-06-04
* 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