Hi,

pwnb0t wrote:
> This macro works better:
> 
> /^$\n\+\t<CR>o<esc>kdd

$ only denotes end-of-line if used at the end of a regular expression.
In the above macro it is followed by \n+\t, so you are searching for a
line containing only a single dollar sign followed by zero or more
blank lines and a tab. That's probably not going to work as you wanted
it to.

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.     (Calvin)

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to