X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ffaaf4838228c922b586a87f717ed402031fcc0a..27932494bcefac03497dd92dcf0c59a04c10d757:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index a9a1b27..992b380 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,8 +15,12 @@ - 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 + (#3370) ### Configuration