commit | 4f50588ba336e7f086a72c53f5688c2494fc34b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 21:06:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 21:06:32 2018 +0100 |
tree | f597c3d9dbbe192278b5f5f134e3743ff386aaac | |
parent | d23a823669d93fb2a570a039173eefe4856ac806 [diff] [blame] |
patch 8.0.1497: getting the jump list requires parsing the output of :jumps Problem: Getting the jump list requires parsing the output of :jumps. Solution: Add getjumplist(). (Yegappan Lakshmanan, closes #2609)
diff --git a/src/version.c b/src/version.c index dbd2721..87ae3f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1497, +/**/ 1496, /**/ 1495,