To: vim_dev@googlegroups.com Subject: Patch 8.2.0598 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0598 Problem: Test_eval_stuff fails in normal terminal. Solution: Close the new window. Files: src/testdir/test_eval_stuff.vim *** ../vim-8.2.0597/src/testdir/test_eval_stuff.vim 2020-04-18 21:56:35.394407188 +0200 --- src/testdir/test_eval_stuff.vim 2020-04-18 23:19:35.347905216 +0200 *************** *** 258,266 **** new execute "silent normal! o==\n==\e\"" . a:name . "P" call assert_equal(a:result, getline(2, line('$'))) endfunc - func Test_setreg_basic() call setreg('a', 'abcA', 'c') call Assert_reg('a', 'v', "abcA", "['abcA']", "abcA", "['abcA']") --- 258,266 ---- new execute "silent normal! o==\n==\e\"" . a:name . "P" call assert_equal(a:result, getline(2, line('$'))) + bwipe! endfunc func Test_setreg_basic() call setreg('a', 'abcA', 'c') call Assert_reg('a', 'v', "abcA", "['abcA']", "abcA", "['abcA']") *************** *** 351,358 **** call Assert_regput('I', ['==', '=abcI=']) endfunc - func Test_setreg_append_NL() - endfunc - " vim: shiftwidth=2 sts=2 expandtab --- 351,355 ---- *** ../vim-8.2.0597/src/version.c 2020-04-18 21:56:35.394407188 +0200 --- src/version.c 2020-04-18 23:20:19.911831636 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 598, /**/ -- If your company is not involved in something called "ISO 9000" you probably have no idea what it is. If your company _is_ involved in ISO 9000 then you definitely have no idea what it is. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///