X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ecb3d8c472a369bdf04ec22adad3ef4793183bc1..d638d56e0e383caeeff048e76b02b50b29367c3d:/README.md diff --git a/README.md b/README.md index 8a70883..ac25db1 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ Options: -q, --quiet Don't emit non-error messages to stderr. Errors are still emitted, silence those with 2>/dev/null. + -v, --verbose Also emit messages to stderr about files + that were not changed or were ignored due to + --exclude=. --version Show the version and exit. --help Show this message and exit. ``` @@ -712,9 +715,19 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * added `--skip-string-normalization` (#118) +* 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 unnecessary parentheses when a line contained multiline strings (#232) + * fixed stdin handling not working correctly if an old version of Click was used (#276) +* *Black* now preserves line endings when formatting a file in place (#258) + ### 18.5b1