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/version.c b/src/version.c index 4adf44f..168ee02 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1405, +/**/ 1404, /**/ 1403,