X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/00a302560b92951c22f0f4c8d618cf63de39bd57..23a00f051576d2e7edd18b6af382902cc34ea4a2:/README.md diff --git a/README.md b/README.md index beba56c..bfd77f9 100644 --- a/README.md +++ b/README.md @@ -717,6 +717,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * added `--verbose` (#283) +* the header output in `--diff` now actually conforms to the unified diff spec + +* fixed long trivial assignments being wrapped in unnecessary parentheses (#273) + * fixed stdin handling not working correctly if an old version of Click was used (#276)