To: vim_dev@googlegroups.com Subject: Patch 9.0.0325 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0325 (after 9.0.0323) Problem: MS-Windows: completion test fails. Solution: Adjust directory prefix. Files: src/testdir/test_ins_complete.vim *** ../vim-9.0.0324/src/testdir/test_ins_complete.vim 2022-08-29 22:31:15.919685279 +0100 --- src/testdir/test_ins_complete.vim 2022-08-29 22:58:05.470850397 +0100 *************** *** 441,469 **** set noshellslash set completeslash= ! exe "normal oXd\\" call assert_equal('Xcpldir\', getline('.')) set completeslash=backslash ! exe "normal oXd\\" call assert_equal('Xcpldir\', getline('.')) set completeslash=slash ! exe "normal oXd\\" call assert_equal('Xcpldir/', getline('.')) set shellslash set completeslash= ! exe "normal oXd\\" call assert_equal('Xcpldir/', getline('.')) set completeslash=backslash ! exe "normal oXd\\" call assert_equal('Xcpldir\', getline('.')) set completeslash=slash ! exe "normal oXd\\" call assert_equal('Xcpldir/', getline('.')) %bw! call delete('Xcpldir', 'rf') --- 441,469 ---- set noshellslash set completeslash= ! exe "normal oXcp\\" call assert_equal('Xcpldir\', getline('.')) set completeslash=backslash ! exe "normal oXcp\\" call assert_equal('Xcpldir\', getline('.')) set completeslash=slash ! exe "normal oXcp\\" call assert_equal('Xcpldir/', getline('.')) set shellslash set completeslash= ! exe "normal oXcp\\" call assert_equal('Xcpldir/', getline('.')) set completeslash=backslash ! exe "normal oXcp\\" call assert_equal('Xcpldir\', getline('.')) set completeslash=slash ! exe "normal oXcp\\" call assert_equal('Xcpldir/', getline('.')) %bw! call delete('Xcpldir', 'rf') *** ../vim-9.0.0324/src/version.c 2022-08-29 22:51:29.748546502 +0100 --- src/version.c 2022-08-29 22:59:07.578591826 +0100 *************** *** 709,710 **** --- 709,712 ---- { /* Add new patch number below this line */ + /**/ + 325, /**/ -- SUPERIMPOSE "England AD 787". After a few more seconds we hear hoofbeats in the distance. They come slowly closer. Then out of the mist comes KING ARTHUR followed by a SERVANT who is banging two half coconuts together. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///