commit | a355652ea5b0c1633e8126ad9af2d970e05f4e1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 22:02:29 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 22:02:29 2018 +0100 |
tree | e903ab6e07745acbeba5f38a0f68a430efcbc8b6 | |
parent | c0676bab92bd6488e17d05a4a70dfff993ef524e [diff] [blame] |
patch 8.1.0669: the ex_sign() function is too long Problem: The ex_sign() function is too long. Solution: Refactor the function. Add a bit more testing. (Yegappan Lakshmanan, closes #3745)
diff --git a/src/version.c b/src/version.c index 486db73..fe98bc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 669, +/**/ 668, /**/ 667,