commit | 6b7b7190aa9e5c4f51bceaebf9275aa5097cfea1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 13:42:41 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 13:42:41 2019 +0100 |
tree | b088f8b853ef755e35cb1336b41a660735b4124f | |
parent | cee9bc2e3dc5c16a9d2a8d0e23aa0d5fdefa3a4a [diff] [blame] |
patch 8.1.0717: there is no function for the ":sign jump" command Problem: There is no function for the ":sign jump" command. Solution: Add the sign_jump() function. (Yegappan Lakshmanan, closes #3780)
diff --git a/src/version.c b/src/version.c index 9fffc2a..9d534c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 717, +/**/ 716, /**/ 715,