vim-patch:8.2.2958: function list test fails

Problem:    Function list test fails.
Solution:   Add newly added function to the list.  Fix typo.

f7a023e580

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
Jan Edmund Lazo
2026-04-11 02:45:20 -04:00
parent 828b91495c
commit 08f9bf5d26

View File

@@ -992,6 +992,7 @@ Interactive: *interactive-functions*
browsedir() put up a directory requester
confirm() let the user make a choice
getchar() get a character from the user
getcharstr() get a character from the user as a string
getcharmod() get modifiers for the last typed character
getmousepos() get last known mouse position
feedkeys() put characters in the typeahead queue