From: Bram Moolenaar Date: Sun, 5 Apr 2020 21:04:57 +0000 (+0200) Subject: patch 8.2.0520: tests are not listed in sorted order X-Git-Tag: v8.2.0520 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c307dcd554a1ce14c4279a3c2ede29f972bdb23;p=vim 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/testdir/Make_all.mak b/src/testdir/Make_all.mak index 1a47cfcda..8ca783168 100644 --- 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 \ diff --git a/src/version.c b/src/version.c index 6e9f00616..b73dd6143 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 520, /**/ 519, /**/