comparison runtime/doc/usr_41.txt @ 13280:fbda23eb0996 v8.0.1514

patch 8.0.1514: getting the list of changes is not easy commit https://github.com/vim/vim/commit/07ad816525da67cab3c0db21d1286d221dbc7477 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 13 13:59:59 2018 +0100 patch 8.0.1514: getting the list of changes is not easy Problem: Getting the list of changes is not easy. Solution: Add the getchangelist() function. (Yegappan Lakshmanan, closes #2634)
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Feb 2018 14:15:05 +0100
parents dd3b2ecf91f6
children acd7eaa13d2b
comparison
equal deleted inserted replaced
13279:fa46af018785 13280:fbda23eb0996
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 getchangelist() get a list of change list entries
810 getjumplist() get a list of jump list entries 811 getjumplist() get a list of jump list entries
811 812
812 Command line: *command-line-functions* 813 Command line: *command-line-functions*
813 getcmdline() get the current command line 814 getcmdline() get the current command line
814 getcmdpos() get position of the cursor in the command line 815 getcmdpos() get position of the cursor in the command line