/ Published in: Other
This command will remove any trailing whitespace for all lines in the current buffer.
Expand |
Embed | Plain Text
:%s/\s\+$//
You need to login to post a comment.
hoffstein on 11/13/08
4 people have marked this snippet as a favorite
hoffstein
kevcow
endorfin
bjarniolsen
This command will remove any trailing whitespace for all lines in the current buffer.
:%s/\s\+$//
You need to login to post a comment.