mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
vim-patch:8.2.0076: Python 3 unicode test fails on MS-Windows
Problem: Python 3 unicode test fails on MS-Windows.
Solution: Do not set 'encoding' to "debug" on MS-Windows.
955f4e6f36
This commit is contained in:
@@ -183,8 +183,10 @@ func Test_unicode()
|
|||||||
set encoding=utf32
|
set encoding=utf32
|
||||||
py3 print('hello')
|
py3 print('hello')
|
||||||
|
|
||||||
|
if !has('win32')
|
||||||
set encoding=debug
|
set encoding=debug
|
||||||
py3 print('hello')
|
py3 print('hello')
|
||||||
|
endif
|
||||||
|
|
||||||
set encoding=euc-tw
|
set encoding=euc-tw
|
||||||
py3 print('hello')
|
py3 print('hello')
|
||||||
|
Reference in New Issue
Block a user