comparison runtime/doc/usr_41.txt @ 24840:c7aa7acb23bb v8.2.2958

patch 8.2.2958: function list test fails Commit: https://github.com/vim/vim/commit/f7a023e580c695e86f68228adcf5c9e6ea00a4d5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 7 18:50:01 2021 +0200 patch 8.2.2958: function list test fails Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Jun 2021 19:00:04 +0200
parents 5bda4653aced
children fd37be6dc258
comparison
equal deleted inserted replaced
24839:964d7c506776 24840:c7aa7acb23bb
950 Interactive: *interactive-functions* 950 Interactive: *interactive-functions*
951 browse() put up a file requester 951 browse() put up a file requester
952 browsedir() put up a directory requester 952 browsedir() put up a directory requester
953 confirm() let the user make a choice 953 confirm() let the user make a choice
954 getchar() get a character from the user 954 getchar() get a character from the user
955 getcharstr() get a character from the user as a string
955 getcharmod() get modifiers for the last typed character 956 getcharmod() get modifiers for the last typed character
956 getmousepos() get last known mouse position 957 getmousepos() get last known mouse position
957 echoraw() output characters as-is 958 echoraw() output characters as-is
958 feedkeys() put characters in the typeahead queue 959 feedkeys() put characters in the typeahead queue
959 input() get a line from the user 960 input() get a line from the user