commit | 83e9a1ce75818a78c5ddf8dcfb820634ca6fabff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 14:51:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 14:51:23 2019 +0200 |
tree | efa636e045daf54a4f57e8bbb7974d89a7d6ab45 | |
parent | 82260afb0ec358f50df9816511f480d455a1cdac [diff] [blame] |
patch 8.1.2190: syntax test fails on Mac Problem: Syntax test fails on Mac. Solution: Limit the window size to 20 rows.
diff --git a/src/version.c b/src/version.c index 8360988..caf8ccf 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2190, +/**/ 2189, /**/ 2188,