summaryrefslogtreecommitdiffstats
path: root/runtime/doc/gui.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-08 22:17:29 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-08 22:17:29 +0000
commit97409f12619b8b2af6237327fdc17ed53037b4f2 (patch)
tree2e658b1c741d76751d4080f7b8da4067c1f7a0e1 /runtime/doc/gui.txt
parent8e735a17f8e298b4f628be6919097888caf139ac (diff)
updated for version 7.0105
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r--runtime/doc/gui.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index f5c1ef491c..6158bbc5d8 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -1,4 +1,4 @@
-*gui.txt* For Vim version 7.0aa. Last change: 2005 Apr 11
+*gui.txt* For Vim version 7.0aa. Last change: 2005 Jul 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -897,9 +897,13 @@ it behaves in a strange way.
appear on the menu-bar (see |hidden-menus|).
{only available for Win32 and GTK GUI}
+:popu[p]! {name} Like above, but use the position of the mouse
+ pointer instead of the cursor.
+
Example: >
:popup File
-will make the "File" menu (if there is one) appear at the text cursor. >
+will make the "File" menu (if there is one) appear at the text cursor (mouse
+pointer if ! was used). >
:amenu ]Toolbar.Make :make<CR>
:popup ]Toolbar