X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9372dc8510634a37fcd6f7046048c7abf37608e7..61feadc0f8db5b3676bd381d86def38da8b094b2:/README.md diff --git a/README.md b/README.md index 75cc1a5..2b97059 100644 --- a/README.md +++ b/README.md @@ -953,6 +953,11 @@ 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) +* whitespace at the beginning of the file is now removed (#399) + +* 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)