commit | fb06d767a8d76eead5391302fc88115d6e3879d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 18:55:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 18:55:35 2019 +0200 |
tree | 49fdbffa0db7d3623e78d89c4e4c36a968b9b097 | |
parent | c363fe1599655232e8bd6e279fbf70d4c1b7baf6 [diff] [blame] |
patch 8.1.1812: reading a truncted undo file hangs Vim Problem: Reading a truncted undo file hangs Vim. Solution: Check for reading EOF. (closes #4769)
diff --git a/src/version.c b/src/version.c index 32759b1..71a14ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1812, +/**/ 1811, /**/ 1810,