commit | e87e6dddc2b2a99572ec0db0833c052214c4fbd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 19:25:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 19:25:04 2016 +0200 |
tree | b31e6b0937c86204b3b43d037ab9e102ae51e8bd | |
parent | a9093fe0946032b1bcaecaad82bfaf6763195aa4 [diff] [blame] |
patch 7.4.2061 Problem: qf_init_ext() is too big. Solution: Move code to qf_parse_line() (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 66bc07e..5be01ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2061, +/**/ 2060, /**/ 2059,