commit | 18cebf44177542e6658251bacf6152aa9009ca58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 08 22:31:37 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 08 22:31:37 2018 +0200 |
tree | f8d81aa9c4c86072154c11af4b37c48d2ce09803 | |
parent | 655a82a8d32c2cd248a46c0ce365a4d50e3d56bd [diff] [blame] |
patch 8.0.1805: qf_parse_line() is too long Problem: qf_parse_line() is too long. Solution: Split it in parts. Properly handle vim_realloc() failing. (Yegappan Lakshmanan, closes #2881)
diff --git a/src/version.c b/src/version.c index deb9506..b81046e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1805, +/**/ 1804, /**/ 1803,