On Tue, Aug 11, 2009 at 12:30 PM, Peng Yu wrote:
>
> Hi,
>
> I got the message on the output, when I start gvim. After I rename
> the .vim directory, I still get the same message. My system
> administrator had tried gvim on his account, but he didn't see the
> message. Can some help get rid of such message?
>
> Regards,
> Peng
>
> 1 ToolBar
> 10 Open
> n* :browse confirm e<CR>
> v* <C-C>:browse confirm e<CR><C-\><C-G>
> s* <C-C>:browse confirm e<CR><C-\><C-G>
> o* <C-C>:browse confirm e<CR><C-\><C-G>
> 20 Save
> n*s :if expand("%") == ""|browse confirm w|else|confirm w|
> endif<CR>
> v*s <C-C>:if expand("%") == ""|browse confirm w|else|confirm
> w|endif<CR><C-\><C-G>
> s*s <C-C>:if expand("%") == ""|browse confirm w|else|confirm
> w|endif<CR><C-\><C-G>
> o*s <C-C>:if expand("%") == ""|browse confirm w|else|confirm
> w|endif<CR><C-\><C-G>
Somewhere, in one of your startup files, you have the :menu command.
Try to use the -u, -U, and --noplugin command line arguments to narrow
down where it's coming from, or try a grep for 'menu' across all the
files listed in :scriptnames
~Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---