comparison runtime/doc/gui.txt @ 17909:cc953757ed2a

Runtime files update. Commit: https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 31 16:20:32 2019 +0200 Runtime files update.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 16:30:04 +0200
parents c002c4899529
children e9a47bcf7b94
comparison
equal deleted inserted replaced
17908:d9ada976a4c0 17909:cc953757ed2a
1 *gui.txt* For Vim version 8.1. Last change: 2019 May 20 1 *gui.txt* For Vim version 8.1. Last change: 2019 Aug 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1011 *:popup* *:popu* 1011 *:popup* *:popu*
1012 :popu[p] {name} Popup the menu {name}. The menu named must 1012 :popu[p] {name} Popup the menu {name}. The menu named must
1013 have at least one subentry, but need not 1013 have at least one subentry, but need not
1014 appear on the menu-bar (see |hidden-menus|). 1014 appear on the menu-bar (see |hidden-menus|).
1015 {only available for Win32 and GTK GUI or in 1015 {only available for Win32 and GTK GUI or in
1016 the terminal when compiled with +insert_expand} 1016 the terminal}
1017 1017
1018 :popu[p]! {name} Like above, but use the position of the mouse 1018 :popu[p]! {name} Like above, but use the position of the mouse
1019 pointer instead of the cursor. 1019 pointer instead of the cursor.
1020 In the terminal this is the last known 1020 In the terminal this is the last known
1021 position, which is usually at the last click 1021 position, which is usually at the last click