commit | 353eeeaca269ed5e83900bd4a24dc6dc80bb4880 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 18:04:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 18:04:57 2018 +0200 |
tree | cf22feae0d71f361ca24cee2bab0200bf16f7d7a | |
parent | df2c774ded4c2ed169390a352099c23b6db657c4 [diff] [blame] |
patch 8.0.1727: qf_get_properties() function is too long Problem: qf_get_properties() function is too long. Solution: Refactor the code. (Yegappan Lakshmanan, closes #2807)
diff --git a/src/version.c b/src/version.c index ba093c5..ec58863 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1727, +/**/ 1726, /**/ 1725,