X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ad01a51868612fbc041d316db89f6365fe8abf34..b2067aabbfa900366326ab7ab7d5a208059f5dab:/README.md diff --git a/README.md b/README.md index fbe1136..9a0079d 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 @@ -688,7 +688,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log -### 18.5b1 (unreleased) +### 18.5b1 * added `--pyi` (#249)