Patch 8.2.2355

6 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 15, 2021, 10:45:52 AM1/15/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages