X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/728e5a2f1ed16e2cfe0ca5586edac6c10da436c5..d638d56e0e383caeeff048e76b02b50b29367c3d:/README.md diff --git a/README.md b/README.md index 911d1f9..ac25db1 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * the header output in `--diff` now actually conforms to the unified diff spec +* fixed long trivial assignments being wrapped in unnecessary parentheses (#273) + +* fixed unnecessary parentheses when a line contained multiline strings (#232) + * fixed stdin handling not working correctly if an old version of Click was used (#276)