To: vim_dev@googlegroups.com Subject: Patch 9.0.1535 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1535 (after 9.0.1534) Problem: Test commented out in a wrong way. Solution: Use legacy script comment character. Files: src/testdir/test_substitute.vim *** ../vim-9.0.1534/src/testdir/test_substitute.vim 2023-05-09 21:45:39.690359505 +0100 --- src/testdir/test_substitute.vim 2023-05-09 22:05:41.085283368 +0100 *************** *** 1416,1433 **** " Check handling expanding "~" resulting in extremely long text. " FIXME: disabled, it takes too long to run on CI ! #func Test_substitute_tilde_too_long() ! # enew! ! # ! # s/.*/ixxx ! # s//~~~~~~~~~AAAAAAA@( ! # ! # " Either fails with "out of memory" or "text too long". ! # " This can take a long time. ! # call assert_fails('sil! norm &&&&&&&&&', ['E1240:\|E342:']) ! # ! # bwipe! ! #endfunc " This should be done last to reveal a memory leak when vim_regsub_both() is " called to evaluate an expression but it is not used in a second call. --- 1416,1433 ---- " Check handling expanding "~" resulting in extremely long text. " FIXME: disabled, it takes too long to run on CI ! "func Test_substitute_tilde_too_long() ! " enew! ! " ! " s/.*/ixxx ! " s//~~~~~~~~~AAAAAAA@( ! " ! " " Either fails with "out of memory" or "text too long". ! " " This can take a long time. ! " call assert_fails('sil! norm &&&&&&&&&', ['E1240:\|E342:']) ! " ! " bwipe! ! "endfunc " This should be done last to reveal a memory leak when vim_regsub_both() is " called to evaluate an expression but it is not used in a second call. *** ../vim-9.0.1534/src/version.c 2023-05-09 21:45:39.694359500 +0100 --- src/version.c 2023-05-09 22:06:45.281404201 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1535, /**/ -- 10 Monologs = 5 Dialogs /// 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 ///