X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/91de9ea6e3a83fe29c165814271a9bffdd5e6097..658eb7161d8d0c23bafe4881e70518c33a74a4c1:/README.md diff --git a/README.md b/README.md index 7038d96..af1f847 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ possible. --- -*Contents:* **[Installation and Usage](#installation-and-usage)** | +*Contents:* **[Installation and usage](#installation-and-usage)** | **[The *Black* code style](#the-black-code-style)** | **[Editor integration](#editor-integration)** | **[Version control integration](#version-control-integration)** | @@ -659,6 +659,14 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed invalid code produced when standalone comments were present in a trailer that was omitted from line splitting on a large expression (#237) +* fixed optional parentheses being removed within `# fmt: off` sections (#224) + +* fixed invalid code produced when stars in very long imports were incorrectly + wrapped in optional parentheses (#234) + +* fixed unstable formatting when inline comments were moved around in + a trailer that was omitted from line splitting on a large expression + (#238) ### 18.5b0