]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict() v8.2.1111
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Jul 2020 16:29:55 +0000 (18:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Jul 2020 16:29:55 +0000 (18:29 +0200)
commit9a78e6df17033223ebdf499f2b02b2538601c52d
tree9b9e1ed02b97f57c83880b371c2dd4939098032a
parente6b5324e3a3d354363f3c48e784c42ce3e77453f
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()

Problem:    Inconsistent naming of get_list_tv() and eval_dict().
Solution:   Rename get_list_tv() to eval_list().  Similarly for eval_number(),
            eval_string(), eval_lit_string() and a few others.
12 files changed:
src/eval.c
src/evalfunc.c
src/evalvars.c
src/list.c
src/proto/evalvars.pro
src/proto/list.pro
src/proto/typval.pro
src/typval.c
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9script.c