Patch 8.2.4149
Problem: Test override not restored, autocommand left behind.
Solution: Correct restoring test override. Delete autocommand afterwards.
Files: src/testdir/test_autocmd.vim, src/testdir/test_mapping.vim
*** ../vim-8.2.4148/src/testdir/test_autocmd.vim 2022-01-07
15:45:13.495500428 +0000
--- src/testdir/test_autocmd.vim 2022-01-20 10:46:13.209992746 +0000
***************
*** 2038,2044 ****
call assert_equal('', getline(1))
call assert_equal('', getline(2))
! call test_override('starting', 0)
bwipe!
endfunc
--- 2038,2044 ----
call assert_equal('', getline(1))
call assert_equal('', getline(2))
! call test_override('char_avail', 0)
bwipe!
endfunc
*** ../vim-8.2.4148/src/testdir/test_mapping.vim 2022-01-19
22:51:44.225691562 +0000
--- src/testdir/test_mapping.vim 2022-01-20 10:59:46.910773378 +0000
***************
*** 1453,1458 ****
--- 1453,1459 ----
nunmap <F3>
unlet b:result
+ autocmd! CmdlineEnter
endfunc
" Test for using <script> with a map to remap characters in rhs
*** ../vim-8.2.4148/src/version.c 2022-01-19 22:51:44.225691562 +0000
--- src/version.c 2022-01-20 10:46:55.577244004 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4149,
/**/
--
Did you ever stop to think... and forget to start again?
-- Steven Wright
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220120111746.9732D1C1908%40moolenaar.net.