]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1497: getting the jump list requires parsing the output of :jumps v8.0.1497
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 20:06:32 +0000 (21:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 20:06:32 +0000 (21:06 +0100)
commit4f50588ba336e7f086a72c53f5688c2494fc34b3
treef597c3d9dbbe192278b5f5f134e3743ff386aaac
parentd23a823669d93fb2a570a039173eefe4856ac806
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)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/Makefile
src/evalfunc.c
src/list.c
src/proto/list.pro
src/testdir/Make_all.mak
src/testdir/test_jumplist.vim [new file with mode: 0644]
src/version.c