Monday, August 27, 2012

Re: vim: how to substitute ^H into an delete action

can even do that???
it work! this is amaaazing!!!
another example of "power of G"...

thanks!

regards
ping

On 08/27/2012 10:59 AM, Ben Fritz wrote:
> :g/^H/while getline('.') =~ '[^^H]^H' | s/[^^H]^H//g | endwhile

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

No comments: