X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2057bf6faef88b23273d7dd0c2f366ee8284314a..608019dffb1f933299f5682498548d375faf152e:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 17c67f7..3d6f9d5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Options: -q, --quiet Don't emit non-error messages to stderr. Errors are still emitted, silence those with 2>/dev/null. - --pyi Consider all input files typing stubs regardless + --pyi Consider all input files typing stubs regardless of file extension (useful when piping source on standard input). --py36 Allow using Python 3.6-only syntax on all input @@ -506,7 +506,7 @@ $ where black - Arguments: $FilePath$ 5. Format the currently opened file by selecting `Tools -> External Tools -> black`. - - Alternatively, you can set a keyboard shortcut by navigating to `Preferences -> Keymap`. + - Alternatively, you can set a keyboard shortcut by navigating to `Preferences -> Keymap -> External Tools -> External Tools - Black`. ### Vim @@ -688,7 +688,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log -### 18.5b1 (unreleased) +### 18.5b1 * added `--pyi` (#249) @@ -715,6 +715,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed extra empty line between a class declaration and the first method if no class docstring or fields are present (#219) +* fixed extra empty line between a function signature and an inner + function or inner class (#196) + ### 18.5b0