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.
Best regards,
Tony.
--
Peace, n.:
In international affairs, a period of cheating between two
periods of fighting.
-- Ambrose Bierce, "The Devil's Dictionary"
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---