On 2012-02-02, Chris Lott wrote: > Given this: > > Sheets > > Sheets of gold > > Is there an efficient way to delete the intervening white space and > CRs between the 'Sheets' to end up with > > Sheets Sheets of gold > > ?
Select a range that includes those lines and use
:s/\_s\+/ /g
See
:help /\_s
Regards,
Gary
--
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
