commit | d1f34e64f0e1a9ddaed76623bc40e669f2d09260 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 19:24:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 19:24:20 2022 +0000 |
tree | bc1c8e0d3590515a0e627c5c7461324265a7ff80 | |
parent | 71f21938bc9f4f6c0e52c178f51cb19be9804690 [diff] [blame] |
patch 8.2.4031: crash in xterm with only two lines Problem: Crash in xterm with only two lines. (Dominique Pellé) Solution: Only perform xterm compatibility test if possible. (closes #9488)
diff --git a/src/version.c b/src/version.c index 5658467..cc9d81e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4031, +/**/ 4030, /**/ 4029,