commit | 6436cd83f90a0efc326798792e49e8ff96a43dce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 27 00:28:33 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 27 00:28:33 2018 +0100 |
tree | 4c037d58e17fe18e02c9f06dc541d7b902c735dd | |
parent | 00b1e041654e8a38fb6b81218a037e1dc94e0943 [diff] [blame] |
patch 8.1.0644: finding next sign ID is inefficient Problem: Finding next sign ID is inefficient. Solution: Add next_sign_id. (Yegappan Lakshmanan, closes #3717)
diff --git a/src/version.c b/src/version.c index 06f7a8a..cec9bc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 644, +/**/ 643, /**/ 642,