X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d4f05217546dd98f81ca472aa00e68d978c900f4..8b340e210271a8108995fd479c55dbc0a34466bd:/README.md diff --git a/README.md b/README.md index 9cb4f18..e9937f1 100644 --- a/README.md +++ b/README.md @@ -849,6 +849,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 18.8b0 +* adjacent string literals are now correctly split into multiple lines (#463) + * code with `_` in numeric literals is recognized as Python 3.6+ (#461) * numeric literals are now normalized to include `_` separators on Python 3.6+ code