commit | a7cc9e697b9140da66a09f71cdf839d08e32f5fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 15:25:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 15:25:14 2020 +0200 |
tree | 3ab4b438dace5c22822a317a0058d703c5cb3a62 | |
parent | b3ca98240761d8f320c5a49e077d1aac6496bb21 [diff] [blame] |
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.
diff --git a/src/proto.h b/src/proto.h index 95fd81a..e894987 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -237,6 +237,7 @@ # include "vim9compile.pro" # include "vim9execute.pro" # include "vim9script.pro" +# include "vim9type.pro" # endif # include "window.pro"