X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a764f1bb3b459ee6f2e752e3d67793b119a2144a..f7fd36b2289d18ac3cfedc8e160cc965e7cb2209:/README.md diff --git a/README.md b/README.md index e65d981..ffc8b76 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,9 @@ to do this. Use [joslarson.black-vscode](https://marketplace.visualstudio.com/items?itemName=joslarson.black-vscode). +### SublimeText 3 + +Use [sublack plugin](https://github.com/jgirardet/sublack). ### Other editors @@ -496,6 +499,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * generalized star expression handling, including double stars; this fixes multiplication making expressions "unsafe" for trailing commas (#132) +* fix parsing of complex expressions after star and double stars in + function parameters (#2) + ### 18.4a2 * fixed parsing of unaligned standalone comments (#99, #112)