commit | 01603a9970421272621f7c1ecdc560b522c92e61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 12:56:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 12:56:17 2020 +0200 |
tree | 194a1cf83e505d035a5071ea9031c524f2940e27 | |
parent | 3cca299520a4980fd1b124564bd67782ca977c15 [diff] [blame] |
patch 8.2.0505: term_getty() not sufficiently tested Problem: term_getty() not sufficiently tested. Solution: Add more asserts. (Dominique Pelle, closes #5877)
diff --git a/src/version.c b/src/version.c index 0e7e8c2..447cf27 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 505, +/**/ 504, /**/ 503,