X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/013cb2b374cc6d649d25bc35ba592a8f88f484df..8a8c58252cc023ae250d6febd24f50a8166450d4:/README.md diff --git a/README.md b/README.md index bc27a8a..67ff18a 100644 --- a/README.md +++ b/README.md @@ -824,6 +824,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * typing stub files (`.pyi`) now have blank lines added after constants (#340) +* `# fmt: off` and `# fmt: on` now work also within bracket pairs (#329) + * fixed improper formatting of f-strings with quotes inside interpolated expressions (#322)