bill lam wrote: > I want to yank (character-wise) with / (search), suppose the > cursor is over aa, and I want to yank up to the hhii using command > > yv/hhii<CR> > > aa bb cc dd ee > ff gg > hhii zzzzzzzz
y/hhii/e See http://vim.wikia.com/wiki/Copy_or_change_search_hit John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
