commit | 3c8ee629745737aa231fdd123826ae021e398e49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 22:55:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 22:55:50 2019 +0200 |
tree | ede1f3b7673776045644a1059d14af30295cfe51 | |
parent | ac92e25a33c37ec5becbfffeccda136c73b761ac [diff] [blame] |
patch 8.1.1804: no test for display updating without a scroll region Problem: No test for display updating without a scroll region. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 5e027dd..d249d85 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1804, +/**/ 1803, /**/ 1802,