X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7f3678885fc7ab6f9fb1749f6d2a8ed3468841f3..5623581e0928f15170366f4e6ec8ec1f4da941db:/README.md diff --git a/README.md b/README.md index 580607f..7ae640c 100644 --- a/README.md +++ b/README.md @@ -811,10 +811,18 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * added `--config` (#65) +* added `-h` equivalent to `--help` (#316) + * fixed improper unmodified file caching when `-S` was used +* fixed extra space in string unpacking (#305) + * fixed formatting of empty triple quoted strings (#313) +* fixed unnecessary slowdown in comment placement calculation on lines without + comments + + ### 18.6b1 * hotfix: don't output human-facing information on stdout (#299)