Patch 9.0.0325

3 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 29, 2022, 6:02:33 PM8/29/22
to vim...@googlegroups.com

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