X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ad01a51868612fbc041d316db89f6365fe8abf34..608019dffb1f933299f5682498548d375faf152e:/README.md?ds=sidebyside diff --git a/README.md b/README.md index fbe1136..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)