Cesar Romani wrote:
> If I have the following line:
> <a href="http://www.whatever.com";>SomeTitle</a>
>
> How to create the file SomeTitle.txt with the content (without the
> dashes):
> --------------------
> [InternetShortcut]
> URL=http://www.whatever.com
> --------------------

With the cursor on the line, enter:
:s#<a href="\(.\{-}\)".\{-}</a>#[InternetShortcut]\rURL=\1#

John

-- 
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

Reply via email to