@@ -25,8 +25,8 @@ Other GUI documentation:
2525
2626First you must make sure you actually have a version of Vim with the GUI code
2727included. You can check this with the ":version" command, it says "with xxx
28- GUI", where "xxx" is Macvim , X11-Motif, X11-Athena, Photon, GTK, GTK2 , etc.,
29- or "MS-Windows 32 bit GUI version".
28+ GUI", where "xxx" is MacVim , X11-Motif, X11-Athena, Photon, GTK2, GTK3 , etc., or
29+ "MS-Windows 32 bit GUI version".
3030
3131How to start the GUI depends on the system used. Mostly you can run the
3232GUI version of Vim with:
@@ -514,11 +514,14 @@ a menu entry. Hit <Enter> to execute it. Hit <Esc> if you want to cancel.
514514This does require the | +menu | feature enabled at compile time.
515515
516516 *tear-off-menus*
517- GTK+ and Motif support Tear-off menus. These are sort of sticky menus or
517+ GTK+ 2 and Motif support Tear-off menus. These are sort of sticky menus or
518518pop-up menus that are present all the time. If the resizing does not work
519519correctly, this may be caused by using something like "Vim*geometry" in the
520520defaults. Use "Vim.geometry" instead.
521521
522+ As to GTK+ 3, tear-off menus have been deprecated since GTK+ 3.4.
523+ Accordingly, they are disabled if gvim is linked against GTK+ 3.4 or later.
524+
522525The Win32 GUI version emulates Motif's tear-off menus. Actually, a Motif user
523526will spot the differences easily, but hopefully they're just as useful. You
524527can also use the | :tearoff | command together with | hidden-menus | to create
@@ -650,8 +653,8 @@ When no or zero priority is given, 500 is used.
650653The priority for the PopUp menu is not used.
651654
652655The Help menu will be placed on the far right side of the menu bar on systems
653- which support this (Motif and GTK+). For GTK+ 2, this is not done anymore
654- because right-aligning the Help menu is now discouraged UI design.
656+ which support this (Motif and GTK+). For GTK+ 2 and 3 , this is not done
657+ anymore because right-aligning the Help menu is now discouraged UI design.
655658
656659You can use a priority higher than 9999, to make it go after the Help menu,
657660but that is non-standard and is discouraged. The highest possible priority is
0 commit comments