comparison runtime/doc/usr_41.txt @ 18639:cb3163d590a1

Update runtime files. Commit: https://github.com/vim/vim/commit/09c6f265b21065ffa9437837b1d0955137175e45 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 17 15:55:14 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Nov 2019 16:00:05 +0100
parents 03b854983b14
children 9007e9896303
comparison
equal deleted inserted replaced
18638:453f4942f6cf 18639:cb3163d590a1
1 *usr_41.txt* For Vim version 8.1. Last change: 2019 Sep 23 1 *usr_41.txt* For Vim version 8.1. Last change: 2019 Nov 17
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
901 browse() put up a file requester 901 browse() put up a file requester
902 browsedir() put up a directory requester 902 browsedir() put up a directory requester
903 confirm() let the user make a choice 903 confirm() let the user make a choice
904 getchar() get a character from the user 904 getchar() get a character from the user
905 getcharmod() get modifiers for the last typed character 905 getcharmod() get modifiers for the last typed character
906 getmousepos() get last known mouse position
906 feedkeys() put characters in the typeahead queue 907 feedkeys() put characters in the typeahead queue
907 input() get a line from the user 908 input() get a line from the user
908 inputlist() let the user pick an entry from a list 909 inputlist() let the user pick an entry from a list
909 inputsecret() get a line from the user without showing it 910 inputsecret() get a line from the user without showing it
910 inputdialog() get a line from the user in a dialog 911 inputdialog() get a line from the user in a dialog