diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-17 15:55:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-17 15:55:14 +0100 |
commit | 09c6f265b21065ffa9437837b1d0955137175e45 (patch) | |
tree | 1db4dee0b77304a32d29fa58b799a64390b3eaf8 /runtime/doc/usr_41.txt | |
parent | 0324f9ea0aa5a0b983c21199a83e788d5863375d (diff) | |
download | vim-git-09c6f265b21065ffa9437837b1d0955137175e45.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index d5df0f282..be116ad92 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 8.1. Last change: 2019 Sep 23 +*usr_41.txt* For Vim version 8.1. Last change: 2019 Nov 17 VIM USER MANUAL - by Bram Moolenaar @@ -903,6 +903,7 @@ Interactive: *interactive-functions* confirm() let the user make a choice getchar() get a character from the user getcharmod() get modifiers for the last typed character + getmousepos() get last known mouse position feedkeys() put characters in the typeahead queue input() get a line from the user inputlist() let the user pick an entry from a list |