Jeri Raye wrote: > Hi, > > I have a mapping like below. > > > map <F4> :%s/\<RET\>/RETURN/g<CR> > \:%s/\<RETI\>/RETURNI/g<CR> > \:%s/\<ADDC\>/ADDCY/g<CR> > \:%s/\<SUBC\>/SUBCY/g<CR> > > It does several S&R. > But when it doesn't find something it gives an E486: Pattern not found. > Why? > How can I make it so that it doesn't give an error when it doens't > find one of the given search items? > :he s_flags
(look at the help for "e") Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
