Withdrawn: More whitespace changes.

Coleen Phillimore coleenp at openjdk.java.net
Thu May 20 22:11:53 UTC 2021


On Wed, 12 May 2021 12:17:17 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> I have this macro in my .vimrc which is quite nice but whenever I make some change, I fix whitespace problems:
> 
> " Strip trailing white spaces
> command! StripTrailingWhitespaces
>        \ let b:winview = winsaveview() |
>        \ execute 'keepjumps keeppatterns %s/\s+$//e' |
>        \ call winrestview(b:winview) |
>        \ unlet b:winview
> 
> " Automatically strip trailing white spaces when saving these file types
> autocmd FileType make,c,cpp,java,sh,bash,csh,tcsh autocmd BufWritePre <buffer> :StripTrailingWhitespaces
> 
> I'm sure there's an equivalent for emacs if that's what you use.
> 
> I also deleted continuation.inline.hpp because it was empty and rebuilt without any problems.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.java.net/loom/pull/42


More information about the loom-dev mailing list