commit | 0fd6be77de6c1570bd320fc89ba82b7018ac29ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 23 21:42:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 23 21:42:59 2018 +0200 |
tree | ef9bde854be5446b37de6fa22a83f12fa9bdf211 | |
parent | eda9e9c2fe4577ad451418253b990a3f60b70444 [diff] [blame] |
patch 8.1.0491: if a terminal dump has CR it is considered corrupt Problem: If a terminal dump has CR it is considered corrupt. Solution: Ignore CR characters. (Nobuhiro Takasaki, closes #3558)
diff --git a/src/version.c b/src/version.c index a34837b..ad9b575 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 491, +/**/ 490, /**/ 489,