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)
This commit is contained in:
Bram Moolenaar
2018-02-10 21:06:32 +01:00
parent d23a823669
commit 4f50588ba3
9 changed files with 170 additions and 5 deletions

View File

@ -807,6 +807,7 @@ Buffers, windows and the argument list:
getbufinfo() get a list with buffer information
gettabinfo() get a list with tab page information
getwininfo() get a list with window information
getjumplist() get a list of jump list entries
Command line: *command-line-functions*
getcmdline() get the current command line