diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-21 21:03:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-21 21:03:15 +0000 |
commit | a3ffd9c7801c3a32c6361f745af8711444df8abf (patch) | |
tree | 51936c82144ad09d94b029e1d11798754982ecd8 /runtime/doc/gui.txt | |
parent | 80fc04348a4ea2e0b993c9acbc3f11e59cab9d4a (diff) | |
download | vim-a3ffd9c7801c3a32c6361f745af8711444df8abf.zip |
updated for version 7.0112
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r-- | runtime/doc/gui.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 6158bbc5d..8969b4c19 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 Jul 07 +*gui.txt* For Vim version 7.0aa. Last change: 2005 Jul 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -736,9 +736,9 @@ from the main menu bar. You must then use the |:popup| or |:tearoff| command to display it. *popup-menu* -In the Win32, KDE, GTK+, Motif, Athena and Photon GUI, you can define the special -menu "PopUp". This is the menu that is displayed when the right mouse button -is pressed, if 'mousemodel' is set to popup or popup_setpos. +In the Win32, KDE, GTK+, Motif, Athena and Photon GUI, you can define the +special menu "PopUp". This is the menu that is displayed when the right mouse +button is pressed, if 'mousemodel' is set to popup or popup_setpos. 5.3 Showing What Menus Are Mapped To *showing-menus* |