On 22/08/08 03:13, Bram Moolenaar wrote:
[...]
> Looks like this is a leftover from when ther was a "Find" toolbar item.
> I'll remove "tmenu ToolBar.Find".
>
Rather than that, I've added a Find toolbar item (duplicating the
Edit=>Find... menu the way Toolbar=>Replace duplicates Edit=>Find and
Replace...), and it works. It even has a builtin icon. I'm attaching a
context diff from the current version.
Best regards,
Tony.
--
Test-tube babies shouldn't throw stones.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
*** ../vim72/runtime/menu.vim Wed Jul 2 22:17:21 2008
--- runtime/menu.vim Fri Aug 22 04:43:30 2008
***************
*** 980,990 ****
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
an 1.215 ToolBar.-sep5- <Nop>
--- 980,992 ----
if !has("gui_athena")
an 1.95 ToolBar.-sep3- <Nop>
! an 1.100 ToolBar.Find :promptfind<CR>
! vunmenu ToolBar.Find
an 1.110 ToolBar.FindNext n
an 1.120 ToolBar.FindPrev N
+ an 1.130 ToolBar.Replace :promptrepl<CR>
+ vunmenu ToolBar.Replace
+ vnoremenu ToolBar.Replace y:promptrepl <C-R>=<SID>FixFText()<CR><CR>
endif
an 1.215 ToolBar.-sep5- <Nop>