summaryrefslogtreecommitdiffstats
path: root/runtime/doc/popup.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-14 21:25:52 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-14 21:25:52 +0200
commit6aa57295cfbe8f21c15f0671e45fd53cf990d404 (patch)
tree21d5b91f8af47cf5cecea7b615cd84a65a108c30 /runtime/doc/popup.txt
parentbfb2bb16bc69441fa3ec13caacb2c94637a8a0ec (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/popup.txt')
-rw-r--r--runtime/doc/popup.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index de60920936..c582d4c370 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -1,4 +1,4 @@
-*popup.txt* For Vim version 8.2. Last change: 2021 Feb 21
+*popup.txt* For Vim version 8.2. Last change: 2021 Aug 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -904,6 +904,8 @@ Some recommended key actions:
cursor keys select another entry
Tab accept current suggestion
+When CTRL-C is pressed the popup is closed, the filter will not be invoked.
+
A mouse click arrives as <LeftMouse>. The coordinates can be obtained with
|getmousepos()|.