commit | 9c658c9eacbd97e2c071f652a0155f71db94c0f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 21:00:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 21:00:54 2019 +0200 |
tree | 2f321ccf7e6576d1b9a4a0df27d913702b2cc1f4 | |
parent | 248fdb33320641804afed4bdf5dc5cddb1cf64f5 [diff] [blame] |
patch 8.1.2042: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move getchar() and parse_queued_messages() to getchar.c.
diff --git a/src/version.c b/src/version.c index 370de36..e9a71a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2042, +/**/ 2041, /**/ 2040,