comparison runtime/doc/gui.txt @ 19721:bceeded72898

Update runtime files Commit: https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 20:37:11 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 20:45:06 +0100
parents da791e5c0139
children 0db0640e16e0
comparison
equal deleted inserted replaced
19720:69b650ef768a 19721:bceeded72898
1 *gui.txt* For Vim version 8.2. Last change: 2019 Nov 16 1 *gui.txt* For Vim version 8.2. Last change: 2020 Mar 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
853 853
854 Special characters in the list, just before the rhs: 854 Special characters in the list, just before the rhs:
855 * The menu was defined with "nore" to disallow remapping. 855 * The menu was defined with "nore" to disallow remapping.
856 & The menu was defined with "<script>" to allow remapping script-local 856 & The menu was defined with "<script>" to allow remapping script-local
857 mappings only. 857 mappings only.
858 s The menu was defined with "<silent>" to avoid showing what it is
859 mapped to when triggered.
858 - The menu was disabled. 860 - The menu was disabled.
859 861
860 Note that hitting <Tab> while entering a menu name after a menu command may 862 Note that hitting <Tab> while entering a menu name after a menu command may
861 be used to complete the name of the menu item. 863 be used to complete the name of the menu item.
862 864