X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fcaaf955bed7bb54a50fc22b0e216ed51a587a6b..2f260514f67f154d1c8f59bc9ea899406d8a2cfd:/README.md?ds=inline diff --git a/README.md b/README.md index ff2c917..e557025 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed 18.3a4 regression: don't crash and burn on empty lines with trailing whitespace (#80) +* fixed 18.3a4 regression: `# yapf: disable` usage as trailing comment + would cause Black to not emit the rest of the file (#95) + * when CTRL+C is pressed while formatting many files, Black no longer freaks out with a flurry of asyncio-related exceptions