Hi there, is there a lazy operator for RE in Vim? I mean, I have the following code:
<li>Support: <a href="[email protected]" title="[email protected]">[email protected]</a></li> and I tried to select just the text inside double quotes for substitutions using: %s/"\(....@.\+\)"/\1sometext/g Obviously, that select the whole text inside the first " on the row till the last one and not the second one as I would. Since I am just learning RE, I was wondering if does exist a lazy operator for Vim RE. Thank you all. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
