]> granicus.if.org Git - vim/commitdiff
patch 8.2.0520: tests are not listed in sorted order v8.2.0520
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Apr 2020 21:04:57 +0000 (23:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Apr 2020 21:04:57 +0000 (23:04 +0200)
Problem:    Tests are not listed in sorted order.
Solution:   Move test_ex_mode. (Doug Richardson, closes #5889)

src/testdir/Make_all.mak
src/version.c

index 1a47cfcda813ba2d32f6cea843c800aa191b958a..8ca7831683ddb2fe0d595a9b4351c668f6f01082 100644 (file)
@@ -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 \
index 6e9f0061654c8f513fb38d25480e25f55a578708..b73dd6143a531884be302861e79c1be493666cdb 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    520,
 /**/
     519,
 /**/