autocmd BufWritePre * %s/\s*$//e
It would be nice to have a "set stripwhitespace" if that is the case but I guess that is the power of Vim.
Robert
autocmd BufWritePre * %s/\s*$//e
It would be nice to have a "set stripwhitespace" if that is the case but I guess that is the power of Vim.
Robert