commit | c8b3ddab51cd2901d5946949d02c96e1035b25c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 21:42:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 21:42:52 2019 +0200 |
tree | 231d0229a007dd026016e824fc996001d62ad827 | |
parent | a8d22e3a40483cd1fa9c6e45dcf383f49f16833a [diff] [blame] |
patch 8.1.1160: termcodes test would fail in a very big terminal Problem: Termcodes test would fail in a very big terminal. Solution: Bail out when the row is larger than what will work. (Dominique Pelle, closes #4246)
diff --git a/src/version.c b/src/version.c index 46341ee..81f0420 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1160, +/**/ 1159, /**/ 1158,