commit | 0314236aabcb2ca9d0b74074dadecf68d7c7ed5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 22:01:42 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 22:01:42 2019 +0100 |
tree | 9126c287fb11749a7264796a8d405e871b08dfe9 | |
parent | 147e7d0caba8b66ff11622e514142bcc3d24403a [diff] [blame] |
patch 8.1.0772: the sign_define_by_name() function is too long Problem: The sign_define_by_name() function is too long. Solution: Split it into smaller functions. (Yegappan Lakshmanan, closes #3819)
diff --git a/src/version.c b/src/version.c index 1c76457..84d5831 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 772, +/**/ 771, /**/ 770,