]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0847: typval related code is spread out v8.2.0847
authorBram Moolenaar <Bram@vim.org>
Sat, 30 May 2020 15:06:14 +0000 (17:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 May 2020 15:06:14 +0000 (17:06 +0200)
commit367d59e6ba65cf554d167933775fa17e40dcc6a7
treea7d7fc8c309c7a57f2974c785fe1f1a3dd2875ea
parentd5c2c7763d73b91efd64a49da8221f9955debdd5
patch 8.2.0847: typval related code is spread out

Problem:    Typval related code is spread out.
Solution:   Move code to new typval.c file. (Yegappan Lakshmanan, closes #6093)
16 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/eval.c
src/evalfunc.c
src/globals.h
src/proto.h
src/proto/eval.pro
src/proto/evalfunc.pro
src/proto/typval.pro [new file with mode: 0644]
src/typval.c [new file with mode: 0644]
src/version.c