To: vim_dev@googlegroups.com Subject: Patch 9.0.0014 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0014 (after 9.0.0013) Problem: Missing part of the test override change. Solution: Add the missing part. Files: src/testing.c *** ../vim-9.0.0013/src/testing.c 2022-06-15 20:46:17.000000000 +0100 --- src/testing.c 2022-06-30 16:49:05.083922831 +0100 *************** *** 1058,1063 **** --- 1058,1065 ---- disable_vterm_title_for_testing = val; else if (STRCMP(name, (char_u *)"uptime") == 0) override_sysinfo_uptime = val; + else if (STRCMP(name, (char_u *)"alloc_lines") == 0) + ml_get_alloc_lines = val; else if (STRCMP(name, (char_u *)"autoload") == 0) override_autoload = val; else if (STRCMP(name, (char_u *)"ALL") == 0) *************** *** 1070,1075 **** --- 1072,1078 ---- ui_delay_for_testing = 0; reset_term_props_on_termresponse = FALSE; override_sysinfo_uptime = -1; + // ml_get_alloc_lines is not reset by "ALL" if (save_starting >= 0) { starting = save_starting; *** ../vim-9.0.0013/src/version.c 2022-06-30 22:13:56.208846322 +0100 --- src/version.c 2022-06-30 22:27:47.930019192 +0100 *************** *** 737,738 **** --- 737,740 ---- { /* Add new patch number below this line */ + /**/ + 14, /**/ -- This planet has -- or rather had -- a problem, which was this: most of the people living on it were unhappy for pretty much of the time. Many solutions were suggested for this problem, but most of these were largely concerned with the movements of small green pieces of paper, which is odd because on the whole it wasn't the small green pieces of paper that were unhappy. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///