diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-08 22:17:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-08 22:17:29 +0000 |
commit | 97409f12619b8b2af6237327fdc17ed53037b4f2 (patch) | |
tree | 2e658b1c741d76751d4080f7b8da4067c1f7a0e1 /runtime/doc/gui.txt | |
parent | 8e735a17f8e298b4f628be6919097888caf139ac (diff) | |
download | vim-97409f12619b8b2af6237327fdc17ed53037b4f2.zip |
updated for version 7.0105
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r-- | runtime/doc/gui.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index f5c1ef491..6158bbc5d 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 |