Tony Mechelynck wrote:
> In $VIMRUNTIME/menu.vim (dated 2008 Jun 30) a tooltip is defined for a
> ToolBar.Find menu which does not exist:
>
> lines 981-988
> > if !has("gui_athena")
> > an 1.95 ToolBar.-sep3- <Nop>
> > an 1.100 ToolBar.Replace :promptrepl<CR>
> > vunmenu ToolBar.Replace
> > vnoremenu ToolBar.Replace y:promptrepl
> > <C-R>=<SID>FixFText()<CR><CR>
> > an 1.110 ToolBar.FindNext n
> > an 1.120 ToolBar.FindPrev N
> > endif
>
> lines 1018-1023
> > if !has("gui_athena")
> > tmenu ToolBar.Find Find...
> > tmenu ToolBar.FindNext Find Next
> > tmenu ToolBar.FindPrev Find Previous
> > tmenu ToolBar.Replace Find / Replace...
> > endif
>
>
> Is this intentional? I mean, I agree the orphaned tooltip doesn't harm,
> but is the absence of the corresponding menu intentional? After looking
> on the obvious help page, I suppose that its {rhs} would be
> :promptfind<CR> except probably in Visual mode.
Looks like this is a leftover from when ther was a "Find" toolbar item.
I'll remove "tmenu ToolBar.Find".
--
The only way the average employee can speak to an executive is by taking a
second job as a golf caddie.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---