commit | 6f6ef7c1951b080843f3da049d3f5d0679de7348 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 28 22:07:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 28 22:07:44 2018 +0200 |
tree | 61371766624685a50ac851fe8850d43fef314204 | |
parent | a06afc7f5e7ba085abf1475a65ae3ea79c961a0e [diff] [blame] |
patch 8.1.0330: the qf_add_entries() function is too long Problem: The qf_add_entries() function is too long. Solution: Split in two parts. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 26b6888..f02b9f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 330, +/**/ 329, /**/ 328,