aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* *: Use const char * in set_one_cmd_contextZyX2017-03-29
* eval: Fix -Werror=unitialized from QBZyX2017-03-29
* eval: Do not supply S_LEN to strncmpZyX2017-03-29
* eval: Fix extend() behaviour with NULL lists and dictionariesZyX2017-03-29
* eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIALZyX2017-03-29
* eval: Do not use S_LEN as snprintf argumentZyX2017-03-29
* eval: Fix SEGV in test49ZyX2017-03-29
* eval: Fix len argument to xstrlcatZyX2017-03-29
* eval: Fix linter errorsZyX2017-03-29
* *: Make some more things const and with lengthZyX2017-03-29
* eval: Make dictionary watchers work with empty keysZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* unittests: Add tests for tv_list_find*() functionsZyX2017-03-29
* unittests: Test tv_list_copyZyX2017-03-29
* eval: Move copy_tv to eval/typvalZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29
* typval.h: Allow non-var expressions in TV_DICT_ITER first argumentZyX2017-03-29
* eval: Make sort always stableZyX2017-03-29
* eval: Remove eval_expr() completelyZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move free_tv to eval/typval.h, remove most of its usagesZyX2017-03-29
* eval: Move get_tv_number[_chk] to eval/typval.cZyX2017-03-29
* eval: Refactor get_tv_lnum_bufZyX2017-03-29
* eval: Move get_tv_lnum and get_tv_float to eval/typval.hZyX2017-03-29
* eval: Move get_tv_string_buf() to eval/typval.cZyX2017-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
* eval: Move dict_add_list and dict_add_dict to typval.cZyX2017-03-29
* eval: Move dict_set_keys_readonly to typval.cZyX2017-03-29
* eval: Move get_dict_callback to typval.cZyX2017-03-29
* eval: Make setmatches() return -1 in case of some failuresZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* getcompletion("cmdline") (#6376)Justin M. Keyes2017-03-27
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* vim-patch:7.4.2329 (#6341)Jurica Bradarić2017-03-23
* Merge #6312 from lonerover/vim-7.4.2255Justin M. Keyes2017-03-22
|\
| * vim-patch:7.4.2256lonerover2017-03-21
* | vim-patch:7.4.2283lonerover2017-03-22
* | vim-patch:7.4.2293 (#6307)Jack Bracewell2017-03-21
|/
* vim-patch:7.4.2249 (#6303)Jack Bracewell2017-03-17
* Merge #6252 from jamessan/vim-7.4.2069Justin M. Keyes2017-03-15
|\
| * vim-patch:7.4.2223James McCoy2017-03-11
* | tabpage_S: Name tp_localdir per convention.Justin M. Keyes2017-03-12
|/
* vim-patch:7.4.2095James McCoy2017-02-27
* Merge pull request #6190 from jamessan/vim-7.4.1991James McCoy2017-02-27
|\
| * vim-patch:7.4.1992James McCoy2017-02-27
* | vim-patch:7.4.2200James McCoy2017-02-27
|/
* Merge #6112 from ZyX-I/split-eval'/buf_get_changedtickJustin M. Keyes2017-02-27
|\