comparison runtime/doc/usr_41.txt @ 13246:dd3b2ecf91f6 v8.0.1497

patch 8.0.1497: getting the jump list requires parsing the output of :jumps commit https://github.com/vim/vim/commit/4f50588ba336e7f086a72c53f5688c2494fc34b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 10 21:06:32 2018 +0100 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 https://github.com/vim/vim/issues/2609)
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Feb 2018 21:15:05 +0100
parents a6d3e2081544
children fbda23eb0996
comparison
equal deleted inserted replaced
13245:09783cb4b108 13246:dd3b2ecf91f6
805 win_id2tabwin() get tab and window nr from window ID 805 win_id2tabwin() get tab and window nr from window ID
806 win_id2win() get window nr from window ID 806 win_id2win() get window nr from window ID
807 getbufinfo() get a list with buffer information 807 getbufinfo() get a list with buffer information
808 gettabinfo() get a list with tab page information 808 gettabinfo() get a list with tab page information
809 getwininfo() get a list with window information 809 getwininfo() get a list with window information
810 getjumplist() get a list of jump list entries
810 811
811 Command line: *command-line-functions* 812 Command line: *command-line-functions*
812 getcmdline() get the current command line 813 getcmdline() get the current command line
813 getcmdpos() get position of the cursor in the command line 814 getcmdpos() get position of the cursor in the command line
814 setcmdpos() set position of the cursor in the command line 815 setcmdpos() set position of the cursor in the command line