Hi Jeri!

On Mo, 06 Jul 2009, Jeri Raye wrote:

> map <F4> :%s/\<RET\>/RETURN/g<CR>
>         \:%s/\<RETI\>/RETURNI/g<CR>
>         \:%s/\<ADDC\>/ADDCY/g<CR>
>         \:%s/\<SUBC\>/SUBCY/g<CR>
[…]
> How can I make it so that it doesn't give an error when it doens't
> find one of the given search items?

Add the e flag (see :h :s_flags) to each s-command.

regards,
Christian
-- 
:wq!

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to