mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 05:50:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user