X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/23a00f051576d2e7edd18b6af382902cc34ea4a2..d638d56e0e383caeeff048e76b02b50b29367c3d:/README.md?ds=sidebyside diff --git a/README.md b/README.md index bfd77f9..ac25db1 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * 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)