On 21 mayo, 15:05, björn <[email protected]> wrote:
>
> Are you putting the :macmenu commands in your .gvimrc? It has no
> effect if you do it "interactively", see ":h :macm" for more info.
Yep, they were in .vimrc as:
if has("gui_macvim")
macmenu &File.Open\ Tab\.\.\. key=<nop>
...etc
I moved them into .gvimrc (without the "if has()" guard) and it works.
Perhaps the guard doesn't work like I thought it did (ie. at the time
the .vimrc is evaluated 'gui_macvim' hasn't been set yet).
Thank you Björn.
Cheers,
Wincent
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---