]> granicus.if.org Git - vim/commit
patch 8.2.1405: Vim9: vim9compile.c is getting too big v8.2.1405
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 13:25:14 +0000 (15:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 13:25:14 +0000 (15:25 +0200)
commita7cc9e697b9140da66a09f71cdf839d08e32f5fb
tree3ab4b438dace5c22822a317a0058d703c5cb3a62
parentb3ca98240761d8f320c5a49e077d1aac6496bb21
patch 8.2.1405: Vim9: vim9compile.c is getting too big

Problem:    Vim9: vim9compile.c is getting too big.
Solution:   Split off type code to vim9type.c.
Filelist
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Makefile
src/proto.h
src/proto/vim9compile.pro
src/proto/vim9type.pro [new file with mode: 0644]
src/version.c
src/vim9compile.c
src/vim9type.c [new file with mode: 0644]