X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4809e365d43ff5f837f9dacbc1f3d04975fe35e8..55121195ce526aed2130c4df142b87e066744179:/README.md diff --git a/README.md b/README.md index b6218cf..7be8093 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ Options: directories that should be excluded on recursive searches. On Windows, use forward slashes for directories. [default: - build/|buck-out/|dist/|_build/|\.git/|\.hg/| - \.mypy_cache/|\.nox/|\.tox/|\.venv/] + build/|buck-out/|dist/|_build/|\.eggs/|\.git/| + \.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/] -q, --quiet Don't emit non-error messages to stderr. Errors are still emitted, silence those with 2>/dev/null. @@ -573,7 +573,8 @@ py36 = true include = '\.pyi?$' exclude = ''' /( - \.git + \.eggs + | \.git | \.hg | \.mypy_cache | \.tox