Patch 8.2.2355
Problem: Stray test failure on Appveyor.
Solution: Finish insert command.
Files: src/testdir/test_autocmd.vim
*** ../vim-8.2.2354/src/testdir/test_autocmd.vim 2021-01-15
16:22:48.708565105 +0100
--- src/testdir/test_autocmd.vim 2021-01-15 16:42:56.244740458 +0100
***************
*** 1639,1652 ****
endfunc
func SetChangeMarks(start, end)
! exe a:start. 'mark ['
! exe a:end. 'mark ]'
endfunc
" Verify the effects of autocmds on '[ and ']
func Test_change_mark_in_autocmds()
edit! Xtest
! call feedkeys("ia\<CR>b\<CR>c\<CR>d\<C-g>u", 'xtn')
call SetChangeMarks(2, 3)
write
--- 1639,1652 ----
endfunc
func SetChangeMarks(start, end)
! exe a:start .. 'mark ['
! exe a:end .. 'mark ]'
endfunc
" Verify the effects of autocmds on '[ and ']
func Test_change_mark_in_autocmds()
edit! Xtest
! call feedkeys("ia\<CR>b\<CR>c\<CR>d\<C-g>u\<Esc>", 'xtn')
call SetChangeMarks(2, 3)
write
*** ../vim-8.2.2354/src/version.c 2021-01-15 16:22:48.708565105 +0100
--- src/version.c 2021-01-15 16:44:54.820394490 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2355,
/**/
--
hundred-and-one symptoms of being an internet addict:
153. You find yourself staring at your "inbox" waiting for new e-mail
to arrive.
/// 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/202101151545.10FFjjYu1924143%40masaka.moolenaar.net.