From: Ɓukasz Langa Date: Fri, 23 Mar 2018 00:15:08 +0000 (-0700) Subject: Mention fix for #59 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/584d51a042e7ae437491d5f4cecee73fba14ab37?ds=inline Mention fix for #59 --- diff --git a/README.md b/README.md index d18fff5..6ec8dd8 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 18.3a4 (unreleased) +* don't remove single trailing commas from square bracket indexing + (#59) + * don't omit whitespace if the previous factor leaf wasn't a math operator (#55)