Tuesday, August 28, 2012

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

What's wrong with

%s/[^\b]\b//g

repeated till it finds nothing? Or do it once to check it out, then get vim to repeat it:

:while 1 | %s///g | endwhile

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

No comments: