commit | de3b3677f7eace66be454196db0fbf710cfc8c5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 21:54:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 21:54:41 2018 +0200 |
tree | 065bac3320c5c38a5c0b757bbad466e64370baa2 | |
parent | b782ba475a3f8f2b0be99dda164ba4545347f60f [diff] [blame] |
patch 8.1.0252: quickfix functions are too long Problem: Quickfix functions are too long. Solution: Refactor. (Yegappan Lakshmanan, closes #2950)
diff --git a/src/version.c b/src/version.c index 432a7ab..4a4969c 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 252, +/**/ 251, /**/ 250,