X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9372dc8510634a37fcd6f7046048c7abf37608e7..c6c8ef76a4d991cd8a7a3b00a816b6db72ecdf04:/README.md diff --git a/README.md b/README.md index 75cc1a5..bc684ec 100644 --- a/README.md +++ b/README.md @@ -953,6 +953,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * cache is now populated when `--check` is successful for a file which speeds up consecutive checks of properly formatted unmodified files (#448) +* fixed mangling [pweave](http://mpastell.com/pweave/) and + [Spyder IDE](https://pythonhosted.org/spyder/) special comments (#532) + * fixed unstable formatting when unpacking big tuples (#267) * fixed parsing of `__future__` imports with renames (#389)