mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
vim-patch:8.2.4422: autochdir test fails on MS-Windows
Problem: Autochdir test fails on MS-Windows.
Solution: Expecta nother error on MS-Windows.
adbb383e0f
This commit is contained in:
@@ -67,9 +67,9 @@ endfunc
|
|||||||
func Test_multibyte()
|
func Test_multibyte()
|
||||||
" using an invalid character should not cause a crash
|
" using an invalid character should not cause a crash
|
||||||
set wic
|
set wic
|
||||||
" E344 is thrown first, but v8.1.1183 hasn't been ported yet
|
" Except on Windows, E472 is also thrown last, but v8.1.1183 isn't ported yet
|
||||||
" call assert_fails('tc <20><><EFBFBD><EFBFBD><EFBFBD>*', 'E344:')
|
" call assert_fails('tc <20><><EFBFBD><EFBFBD><EFBFBD>*', has('win32') ? 'E480:' : 'E344:')
|
||||||
call assert_fails('tc <20><><EFBFBD><EFBFBD><EFBFBD>*', 'E472:')
|
call assert_fails('tc <20><><EFBFBD><EFBFBD><EFBFBD>*', has('win32') ? 'E480:' : 'E472:')
|
||||||
set nowic
|
set nowic
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user