On Oct 22, 8:47 pm, Chris <[EMAIL PROTECTED]> wrote:
> On Sat, Oct 18, 2008 at 8:49 PM, Andy Wokula <[EMAIL PROTECTED]> wrote:
> > You didn't try
>
> I was more interested to know if there's any external program I can
> use to get rid of the white spaces. eg. I remember using tr to get rid
> of ^M. In this circumstances, I can't see the white spaces and they
> are usually at the end of lines.
>
> Thanks.
Well, you _could_ see those white spaces:
http://vim.wikia.com/wiki/Highlight_unwanted_spaces
And getting rid of them is easy without an external program, as I
believe people have pointed out already:
:%s/\s\+$//
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---