X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/580b4fe8bc8d859c228f2eea1c8335bb3e911b12..4218ae18c06df82904b9c9eac166510ac0ebee7c:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 61fc35f..7da7be7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,9 @@ - `Black` no longer adds an incorrect space after a parenthesized assignment expression in if/while statements (#1655) +- Added `--skip-magic-trailing-comma` / `-C` to avoid using trailing commas as a reason + to split lines (#1824) + - fixed a crash when PWD=/ on POSIX (#1631) - fixed "I/O operation on closed file" when using --diff (#1664)