commit | 4aa47b28f453b40d3b93ef209a3447c62b6f855b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 13 06:51:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 13 06:51:53 2019 +0100 |
tree | 36040fcd2d2b532e3b59fb0dcee737ba75e48302 | |
parent | 55d81cd2a15d93dba89b2ff1c988d82789919b6b [diff] [blame] |
patch 8.1.1006: repeated code in quickfix support Problem: Repeated code in quickfix support. Solution: Move code to functions. (Yegappan Lakshmanan, closes #4091)
diff --git a/src/version.c b/src/version.c index 38d5286..054066e 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1006, +/**/ 1005, /**/ 1004,