autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif
Thanks. I think this is about what I was looking for.
Regards, Thomas.
autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif
Thanks. I think this is about what I was looking for.
Regards, Thomas.