commit | c98cdb3bc970f04f93b4c394b4ec94c2eb5546c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 21:13:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 21:13:00 2020 +0200 |
tree | 435d8858e7ac86130bd6ca30117f72dbb3533322 | |
parent | 63969ef07e99502744114717cb7d63bd4c6e7eae [diff] [blame] |
patch 8.2.1630: terminal test fails Problem: Terminal test fails. Solution: Correct argument to term_start(). Correct error number.
diff --git a/src/version.c b/src/version.c index 4ba5e51..b07e2a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1630, +/**/ 1629, /**/ 1628,