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\<C-X>\<C-F>"
call assert_equal('Xcpldir\', getline('.'))
set completeslash=backslash
! exe "normal oXd\<C-X>\<C-F>"
call assert_equal('Xcpldir\', getline('.'))
set completeslash=slash
! exe "normal oXd\<C-X>\<C-F>"
call assert_equal('Xcpldir/', getline('.'))
set shellslash
set completeslash=
! exe "normal oXd\<C-X>\<C-F>"
call assert_equal('Xcpldir/', getline('.'))
set completeslash=backslash
! exe "normal oXd\<C-X>\<C-F>"
call assert_equal('Xcpldir\', getline('.'))
set completeslash=slash
! exe "normal oXd\<C-X>\<C-F>"
call assert_equal('Xcpldir/', getline('.'))
%bw!
call delete('Xcpldir', 'rf')
--- 441,469 ----
set noshellslash
set completeslash=
! exe "normal oXcp\<C-X>\<C-F>"
call assert_equal('Xcpldir\', getline('.'))
set completeslash=backslash
! exe "normal oXcp\<C-X>\<C-F>"
call assert_equal('Xcpldir\', getline('.'))
set completeslash=slash
! exe "normal oXcp\<C-X>\<C-F>"
call assert_equal('Xcpldir/', getline('.'))
set shellslash
set completeslash=
! exe "normal oXcp\<C-X>\<C-F>"
call assert_equal('Xcpldir/', getline('.'))
set completeslash=backslash
! exe "normal oXcp\<C-X>\<C-F>"
call assert_equal('Xcpldir\', getline('.'))
set completeslash=slash
! exe "normal oXcp\<C-X>\<C-F>"
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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220829220222.EB58B1C07CD%40moolenaar.net.