commit | d3471e578506d5554ab99c4cd08af2a021c4f461 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 12 21:42:24 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 12 21:42:24 2018 +0100 |
tree | 5f6528c8e19af37729888ffc1b7f199914b1bae1 | |
parent | c2c02574ec76f8d44b948cede9cca38ac91622de [diff] [blame] |
patch 8.1.0525: terminal test skips part on Windows Problem: Terminal test skips part on Windows. Solution: Fix Test_terminal_does_not_truncate_last_newlines(). (Hirohito Higashi, closes #3606)
diff --git a/src/version.c b/src/version.c index 1edb1d2..252d047 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 525, +/**/ 524, /**/ 523,