> :nmap <F5> c/[^[:alpha:]]<CR> > > Known bug: the above won't stop at a linebreak. With > c/\_[^[:alpha:]]<CR> instead, it will not replace a linebreak but > neither will it replace the last character on a line even if it is > alphabetic.
And if you want it to respect line-breaks, you could do something like: /\%#[[:alpha:]]*/e -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
