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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202004182121.03ILLixD024958%40masaka.moolenaar.net.