commit | 0eddca40a6d878823fc90b0cd25d5d101506c564 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 12 22:26:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 12 22:26:43 2019 +0200 |
tree | 70e556bfeb9287bb66e9a39e3ec053f96fa561cb | |
parent | 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f [diff] [blame] |
patch 8.1.2022: the option.c file is too big Problem: The option.c file is too big. Solution: Move option definitions to a separate file. (Yegappan Lakshmanan, closes #4918)
diff --git a/src/version.c b/src/version.c index 7ac3920..e5070c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2022, +/**/ 2021, /**/ 2020,