diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-10 21:06:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-10 21:06:32 +0100 |
commit | 4f50588ba336e7f086a72c53f5688c2494fc34b3 (patch) | |
tree | f597c3d9dbbe192278b5f5f134e3743ff386aaac /runtime/doc/usr_41.txt | |
parent | d23a823669d93fb2a570a039173eefe4856ac806 (diff) | |
download | vim-git-4f50588ba336e7f086a72c53f5688c2494fc34b3.tar.gz |
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 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 837418bf1..590fde482 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -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 |