X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/557b54aa60e9abbb93e5737512d9963e640f2d1f..eaa337f176b086a9ebd91884c0b9d9a96772aeb3:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 814956c..a3bf556 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ - Fix crash on docstrings ending with "\ ". (#2142) +- Fix crash when atypical whitespace is cleaned out of dostrings (#2120) + - Reflect the `--skip-magic-trailing-comma` and `--experimental-string-processing` flags in the name of the cache file. Without this fix, changes in these flags would not take effect if the cache had already been populated. (#2131)