commit | 7bae0b1bc84a95d565ffab38cf7f82ad21c656b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 22:14:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 22:14:18 2019 +0100 |
tree | 2d724ddd855892ef212f14924e2cc04feafa5abe | |
parent | 94d9f4fa65bce6f116cf89bfdabdf5a06509056f [diff] [blame] |
patch 8.1.2331: the option.c file is still very big Problem: The option.c file is still very big. Solution: Move a few functions to where they fit better. (Yegappan Lakshmanan, closes #4895)
diff --git a/src/version.c b/src/version.c index 41bd4cc..db3a663 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2331, +/**/ 2330, /**/ 2329,