commit | 213ed008bbcd9fe0d3329b17f5f4af0169e448ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 20:12:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 20:12:26 2019 +0100 |
tree | d299adc9449b8badf79772e81ba98b556504153c | |
parent | 4954019c93a2bb5a0b1af54b5961c933beeb56f4 [diff] [blame] |
patch 8.1.2421: test88 is old style Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
diff --git a/src/version.c b/src/version.c index 7b36fe3..340867d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2421, +/**/ 2420, /**/ 2419,