comparison runtime/doc/usr_42.txt @ 1620:73fe8baea242

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 21:16:56 +0000
parents d346d7142993
children 0b796e045c42
comparison
equal deleted inserted replaced
1619:b9740fb41986 1620:73fe8baea242
1 *usr_42.txt* For Vim version 7.1. Last change: 2006 Apr 24 1 *usr_42.txt* For Vim version 7.2a. Last change: 2008 May 05
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Add new menus 5 Add new menus
6 6
253 253
254 ============================================================================== 254 ==============================================================================
255 *42.3* Various 255 *42.3* Various
256 256
257 You can change the appearance of the menus with flags in 'guioptions'. In the 257 You can change the appearance of the menus with flags in 'guioptions'. In the
258 default value they are all included. You can remove a flag with a command 258 default value they are all included, except "M". You can remove a flag with a
259 like: > 259 command like: >
260 260
261 :set guioptions-=m 261 :set guioptions-=m
262 < 262 <
263 m When removed the menubar is not displayed. 263 m When removed the menubar is not displayed.
264 264
265 M When removed the default menus are not loaded. 265 M When added the default menus are not loaded.
266 266
267 g When removed the inactive menu items are not made grey 267 g When removed the inactive menu items are not made grey
268 but are completely removed. (Does not work on all 268 but are completely removed. (Does not work on all
269 systems.) 269 systems.)
270 270