From: Łukasz Langa Date: Mon, 23 Apr 2018 18:48:58 +0000 (-0700) Subject: acks += csurfer X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2e52a2b3ecc0fe025439c3db05a4457ab14f167b acks += csurfer --- diff --git a/README.md b/README.md index 5be349e..2d10a86 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * added a "cache"; files already reformatted that haven't changed on disk won't be reformatted again (#109) +* `--check` and `--diff` are no longer mutually exclusive (#149) + * generalized star expression handling, including double stars; this fixes multiplication making expressions "unsafe" for trailing commas (#132) @@ -684,3 +686,4 @@ Multiple contributions by: * [Ivan Katanić](mailto:ivan.katanic@gmail.com) * [Jonas Obrist](mailto:ojiidotch@gmail.com) * [Osaetin Daniel](mailto:osaetindaniel@gmail.com) +* [Vishwas B Sharma](mailto:sharma.vishwas88@gmail.com)