commit | 8d8a65e389cef318ae661ff0fe7b1b00fd7cb25f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:48:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:48:08 2018 +0200 |
tree | 0f1e413438e3feec77849764b9879df35358287d | |
parent | 447bd5a346b5c4bf4d91280700bdb4b45e0aa667 [diff] [blame] |
patch 8.1.0248: duplicated quickfix code Problem: duplicated quickfix code. Solution: Move the code to a function.
diff --git a/src/version.c b/src/version.c index 95a2e5b..cc1648f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 248, +/**/ 247, /**/ 246,