X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5d0a469e8e2a6b83163ea27c9da654cb97f05e8a..2cf125a97c97ab05c8f36170285638474a837913:/README.md diff --git a/README.md b/README.md index 533a1f8..67cd613 100644 --- a/README.md +++ b/README.md @@ -812,6 +812,11 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed improper formatting of f-strings with quotes inside interpolated expressions (#322) +* fixed unnecessary slowdown when long list literals where found in a file + +* fixed unnecessary slowdown on AST nodes with very many siblings + + ### 18.6b2 * added `--config` (#65)