commit | 6c307dcd554a1ce14c4279a3c2ede29f972bdb23 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 05 23:04:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 05 23:04:57 2020 +0200 |
tree | a2434fdd51433aaac2aecd7d4ed3c88c88107fb9 | |
parent | 8922860afb2cf9e89417c0c1417f1fb4458d3b44 [diff] [blame] |
patch 8.2.0520: tests are not listed in sorted order Problem: Tests are not listed in sorted order. Solution: Move test_ex_mode. (Doug Richardson, closes #5889)
diff --git a/src/version.c b/src/version.c index 6e9f006..b73dd61 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 520, +/**/ 519, /**/ 518,