diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
commit | 3577c6fafb77da5419cd1001dac56f204d480bdc (patch) | |
tree | 46a08e8d03068c31624359c2601b3645c2881d8c /runtime/doc/usr_42.txt | |
parent | a7241f5f19fd0865ce697939c347a8c88fb507d5 (diff) | |
download | vim-3577c6fafb77da5419cd1001dac56f204d480bdc.zip |
updated for version 7.2a
Diffstat (limited to 'runtime/doc/usr_42.txt')
-rw-r--r-- | runtime/doc/usr_42.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/usr_42.txt b/runtime/doc/usr_42.txt index c95204164..a40bf3b77 100644 --- a/runtime/doc/usr_42.txt +++ b/runtime/doc/usr_42.txt @@ -1,4 +1,4 @@ -*usr_42.txt* For Vim version 7.1. Last change: 2006 Apr 24 +*usr_42.txt* For Vim version 7.2a. Last change: 2008 May 05 VIM USER MANUAL - by Bram Moolenaar @@ -255,14 +255,14 @@ This deletes the Syntax menu and all the items in it. *42.3* Various You can change the appearance of the menus with flags in 'guioptions'. In the -default value they are all included. You can remove a flag with a command -like: > +default value they are all included, except "M". You can remove a flag with a +command like: > :set guioptions-=m < m When removed the menubar is not displayed. - M When removed the default menus are not loaded. + M When added the default menus are not loaded. g When removed the inactive menu items are not made grey but are completely removed. (Does not work on all |