To: vim_dev@googlegroups.com Subject: Patch 8.2.2355 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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\b\c\d\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\b\c\d\u\", '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 -- 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 ///