summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-07 18:50:01 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-07 18:50:01 +0200
commitf7a023e580c695e86f68228adcf5c9e6ea00a4d5 (patch)
treea8c1289cb92aac111608593d012063629a9ce539 /runtime
parent3a7503c34c65ed15cc08deb5b54aaf2ea51525b4 (diff)
patch 8.2.2958: function list test failsv8.2.2958
Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index f34891a905..0d66d2bb67 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -952,6 +952,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
echoraw() output characters as-is