summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-10 21:06:32 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-10 21:06:32 +0100
commit4f50588ba336e7f086a72c53f5688c2494fc34b3 (patch)
treef597c3d9dbbe192278b5f5f134e3743ff386aaac /src/Makefile
parentd23a823669d93fb2a570a039173eefe4856ac806 (diff)
patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497
Problem: Getting the jump list requires parsing the output of :jumps. Solution: Add getjumplist(). (Yegappan Lakshmanan, closes #2609)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e0d601cc8e..7cd501e9b8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2198,6 +2198,7 @@ test_arglist \
test_job_fails \
test_join \
test_json \
+ test_jumplist \
test_jumps \
test_lambda \
test_langmap \