commit | ec6f7350129f8c7809fd061f58a9eb6790c445a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 17:49:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 17:49:27 2019 +0200 |
tree | 5e2a84cf5b390e7ad6fce6693c0027c3e27ad714 | |
parent | faf626e5d1ca128e4bf943c4e505f08d428ed77e [diff] [blame] |
patch 8.1.2209: LF in escape codes may be expanded to CR-LF Problem: LF in escape codes may be expanded to CR-LF. Solution: Do not expand LF in escape codes to CR-LF. (closes #5107)
diff --git a/src/version.c b/src/version.c index 64cae46..728fa47 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2209, +/**/ 2208, /**/ 2207,