diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-09 15:25:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-09 15:25:14 +0200 |
commit | a7cc9e697b9140da66a09f71cdf839d08e32f5fb (patch) | |
tree | 3ab4b438dace5c22822a317a0058d703c5cb3a62 /Filelist | |
parent | b3ca98240761d8f320c5a49e077d1aac6496bb21 (diff) | |
download | vim-git-a7cc9e697b9140da66a09f71cdf839d08e32f5fb.tar.gz |
patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405
Problem: Vim9: vim9compile.c is getting too big.
Solution: Split off type code to vim9type.c.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -149,6 +149,7 @@ SRC_ALL = \ src/vim9compile.c \ src/vim9execute.c \ src/vim9script.c \ + src/vim9type.c \ src/viminfo.c \ src/winclip.c \ src/window.c \ @@ -304,6 +305,7 @@ SRC_ALL = \ src/proto/vim9compile.pro \ src/proto/vim9execute.pro \ src/proto/vim9script.pro \ + src/proto/vim9type.pro \ src/proto/viminfo.pro \ src/proto/winclip.pro \ src/proto/window.pro \ |