To: vim_dev@googlegroups.com Subject: Patch 8.2.4796 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4796 (after 8.2.4795) Problem: File left behind after running cursorline tests. Solution: Uncomment the line that deletes the file. Files: src/testdir/test_cursorline.vim *** ../vim-8.2.4795/src/testdir/test_cursorline.vim 2022-04-20 14:50:54.910366056 +0100 --- src/testdir/test_cursorline.vim 2022-04-20 18:38:50.821946173 +0100 *************** *** 322,328 **** call VerifyScreenDump(buf, 'Test_hor_scroll_4', {}) call StopVimInTerminal(buf) ! "call delete('Xhor_scroll') endfunc --- 322,328 ---- call VerifyScreenDump(buf, 'Test_hor_scroll_4', {}) call StopVimInTerminal(buf) ! call delete('Xhor_scroll') endfunc *** ../vim-8.2.4795/src/version.c 2022-04-20 14:50:54.914366051 +0100 --- src/version.c 2022-04-20 18:39:42.209912011 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4796, /**/ -- One difference between a man and a machine is that a machine is quiet when well oiled. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///