X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c23a5c15aac963b460fdb1327ae875aafafafd41..d97b7898b34b67eb3c6839998920e17ac8c77908:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 4d1887f..992b380 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,8 @@ - Enforce empty lines before classes and functions with sticky leading comments (#3302) +- Reformat empty and whitespace-only files as either an empty file (if no newline is + present) or as a single newline character (if a newline is present) (#3348) - Implicitly concatenated strings used as function args are now wrapped inside parentheses (#3307) - Correctly handle trailing commas that are inside a line's leading non-nested parens