commit | 2b2b8ae5ab37b04584633c469265d85825166905 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 24 19:59:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 19:59:51 2016 +0200 |
tree | 735cc419532a905add4c9c3518976c7152b464a1 | |
parent | a57024453115592b8847af40ddd965a33898e390 [diff] [blame] |
patch 7.4.1841 Problem: The code to reallocate the buffer used for quickfix is repeated. Solution: Move the code to a function. (Yegappan Lakshmanan, closes #831)
diff --git a/src/version.c b/src/version.c index eda517a..9e31e77 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1841, +/**/ 1840, /**/ 1839,