commit | 688e3d1fd9b9129a5ba0e0d599ccfe6f4443daf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 22:05:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 22:05:54 2016 +0200 |
tree | 98fe19b9f7d30f3f97f2c43256a41934470c725b | |
parent | 97ff9b9cffd97219d888874b9b3811d55e99c78f [diff] [blame] |
patch 7.4.1964 Problem: The quickfix init function is too big. Solution: Factor out parsing 'errorformat' to a separate function. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index db3a158..087c2d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1964, +/**/ 1963, /**/ 1962,