mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 12:15:06 -07:00
vim-patch:8.2.0079: test still fails on MS-Windows #11663
Problem: Python 3 unicode test still fails on MS-Windows.
Solution: Do not set 'encoding' to "euc-tw" on MS-Windows.
7fc4785ea1
This commit is contained in:
parent
77b61cb0df
commit
94cc8a20b4
@ -185,10 +185,10 @@ func Test_unicode()
|
||||
if !has('win32')
|
||||
set encoding=debug
|
||||
py3 print('hello')
|
||||
endif
|
||||
|
||||
set encoding=euc-tw
|
||||
py3 print('hello')
|
||||
set encoding=euc-tw
|
||||
py3 print('hello')
|
||||
endif
|
||||
|
||||
set encoding=utf8
|
||||
endfunc
|
||||
|
Loading…
Reference in New Issue
Block a user