changeset 19928:2792f7d5db34 v8.2.0520

patch 8.2.0520: tests are not listed in sorted order Commit: https://github.com/vim/vim/commit/6c307dcd554a1ce14c4279a3c2ede29f972bdb23 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 5 23:04:57 2020 +0200 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 https://github.com/vim/vim/issues/5889)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Apr 2020 23:15:35 +0200
parents 473ecb2b52c1
children 35310c0dd026
files src/testdir/Make_all.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -96,9 +96,9 @@ NEW_TESTS = \
 	test_escaped_glob \
 	test_eval_stuff \
 	test_ex_equal \
+	test_ex_mode \
 	test_ex_undo \
 	test_ex_z \
-	test_ex_mode \
 	test_excmd \
 	test_exec_while_if \
 	test_execute_func \
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    520,
+/**/
     519,
 /**/
     518,