Patch 8.2.1197
Problem: Clientserver test still fails on MS-Windows.
Solution: Expect a different error message.
Files: src/testdir/test_clientserver.vim
*** ../vim-8.2.1196/src/testdir/test_clientserver.vim 2020-07-12 20:00:21.098137197 +0200
--- src/testdir/test_clientserver.vim 2020-07-12 20:48:47.656243115 +0200
***************
*** 167,175 ****
call assert_fails('call remote_startserver([])', 'E730:')
call assert_fails("let x = remote_peek([])", 'E730:')
call assert_fails("let x = remote_read('vim10')",
! \ [has('unix') ? 'E573:.*vim10' : 'E277:.*vim10'])
call assert_fails("call server2client('abc', 'xyz')",
! \ [has('unix') ? 'E573:.*abc' : 'E258:.*abc'])
endfunc
" Uncomment this line to get a debugging log
--- 167,175 ----
call assert_fails('call remote_startserver([])', 'E730:')
call assert_fails("let x = remote_peek([])", 'E730:')
call assert_fails("let x = remote_read('vim10')",
! \ has('unix') ? ['E573:.*vim10'] : 'E277:')
call assert_fails("call server2client('abc', 'xyz')",
! \ has('unix') ? ['E573:.*abc'] : 'E258:')
endfunc
" Uncomment this line to get a debugging log
*** ../vim-8.2.1196/src/version.c 2020-07-12 20:44:33.909196163 +0200
--- src/version.c 2020-07-12 20:49:18.416128999 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1197,
/**/
--
When a fly lands on the ceiling, does it do a half roll or
a half loop?
/// Bram Moolenaar -- Br...@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 ///