commit | 7528d1f6b5422750eb778dfb550cfd0b0e540964 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 23:06:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 19 23:06:20 2019 +0200 |
tree | 4282e05be0cf40c3e1920bdb4f2b5abe88e820ff | |
parent | cd67059c0c3abf1e28aa66458abdf6f338252eb2 [diff] [blame] |
patch 8.1.2057: the screen.c file is much too big Problem: The screen.c file is much too big. Solution: Split it in three parts. (Yegappan Lakshmanan, closes #4943)
diff --git a/src/version.c b/src/version.c index 50c1c4c..3ed4c80 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2057, +/**/ 2056, /**/ 2055,