Tuesday, March 7, 2017

Re: Why is Menubar and Toolbar gone?

On Tue, Mar 7, 2017 at 2:19 PM, David Fishburn <dfishburn.vim@gmail.com> wrote:
>
>
> On Tue, Mar 7, 2017 at 5:17 AM, Joey Ling <lingyao1986@gmail.com> wrote:
>>
>> I uninstalled Vim and Reinstall it, the Menubar and Toolbar is gone! See
>> the Attachment!
>>
>
> Depends on what your (g)vimrc settings are.
> These are controlled via guioptions.
>
> :h guioptions
>
> ...
> 'm' Menu bar is present.
> *'go-M'*
> 'M' The system menu "$VIMRUNTIME/menu.vim" is not sourced. Note
> that this flag must be added in the .vimrc file, before
> switching on syntax or filetype recognition (when the |gvimrc|
> file is sourced the system menu has already been loaded; the
> ":syntax on" and ":filetype on" commands load the menu too).
> ...
>
> To see what settings you have:
> :set guioptions?
>
> HTH,
> David

Yes, and to see where they were set
:verbose set guioptions?

Best regards,
Tony.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: