X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4ad7c9c1073df57b22cabc9b73f8f9aae3e36ec9..92a150d9e45379ea8c14e1b10293d659f60eb132:/README.md diff --git a/README.md b/README.md index cf9db96..00179a9 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,7 @@ Commands and shortcuts: Configuration: * `g:black_fast` (defaults to `0`) * `g:black_linelength` (defaults to `88`) +* `g:black_skip_string_normalization` (defaults to `0`) * `g:black_virtualenv` (defaults to `~/.vim/black`) To install with [vim-plug](https://github.com/junegunn/vim-plug): @@ -711,6 +712,11 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log +### 18.6b2 + +* fixed improper unmodified file caching when `-S` was used + + ### 18.6b1 * hotfix: don't output human-facing information on stdout (#299)