On Thu, Feb 08, 2007 at 09:59:52PM +0530, Sibin P. Thomas wrote:
> Hi all,
> 
> How can one visually select a pattern which is searched for?
You can use /<searchpattern><cr>v/<searcpattern>/e to select it (/e
means move to the end of match) than you can yank and read the "@
register. There may be better ways to do this though.

Marc

Reply via email to