comparison runtime/doc/usr_41.txt @ 14637:0ecb909e3249

Update runtime files. commit https://github.com/vim/vim/commit/fc65cabb15d0236bce001ad78e12a40511caf941 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 28 22:58:02 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Aug 2018 23:00:08 +0200
parents 5c5908e81e93
children c338c91086b9
comparison
equal deleted inserted replaced
14636:91eef21ff090 14637:0ecb909e3249
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 getchangelist() get a list of change list entries
811 getjumplist() get a list of jump list entries 811 getjumplist() get a list of jump list entries
812 swapinfo() information about a swap file
812 813
813 Command line: *command-line-functions* 814 Command line: *command-line-functions*
814 getcmdline() get the current command line 815 getcmdline() get the current command line
815 getcmdpos() get position of the cursor in the command line 816 getcmdpos() get position of the cursor in the command line
816 setcmdpos() set position of the cursor in the command line 817 setcmdpos() set position of the cursor in the command line