@@ -1310,6 +1310,14 @@ Prompt Buffer: *promptbuffer-functions*
13101310 prompt_setinterrupt() set interrupt callback for a buffer
13111311 prompt_setprompt() set the prompt text for a buffer
13121312
1313+ Registers: *register-functions*
1314+ getreg() get contents of a register
1315+ getreginfo() get information about a register
1316+ getregtype() get type of a register
1317+ setreg() set contents and type of a register
1318+ reg_executing() return the name of the register being executed
1319+ reg_recording() return the name of the register being recorded
1320+
13131321Text Properties: *text-property-functions*
13141322 prop_add() attach a property at a position
13151323 prop_add_list() attach a property at multiple positions
@@ -1341,6 +1349,7 @@ Various: *various-functions*
13411349 did_filetype() check if a FileType autocommand was used
13421350 eventhandler() check if invoked by an event handler
13431351 getpid() get process ID of Vim
1352+ getscriptinfo() get list of sourced vim scripts
13441353 getimstatus() check if IME status is active
13451354 interrupt() interrupt script execution
13461355 windowsversion() get MS-Windows version
@@ -1352,13 +1361,6 @@ Various: *various-functions*
13521361 undofile() get the name of the undo file
13531362 undotree() return the state of the undo tree
13541363
1355- getreg() get contents of a register
1356- getreginfo() get information about a register
1357- getregtype() get type of a register
1358- setreg() set contents and type of a register
1359- reg_executing() return the name of the register being executed
1360- reg_recording() return the name of the register being recorded
1361-
13621364 shiftwidth() effective value of 'shiftwidth'
13631365
13641366 wordcount() get byte/word/char count of buffer
0 commit comments