We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466aea commit 955f4e6Copy full SHA for 955f4e6
2 files changed
src/testdir/test_python3.vim
@@ -177,8 +177,10 @@ func Test_unicode()
177
set encoding=utf32
178
py3 print('hello')
179
180
- set encoding=debug
181
- py3 print('hello')
+ if !has('win32')
+ set encoding=debug
182
+ py3 print('hello')
183
+ endif
184
185
set encoding=euc-tw
186
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 76,
747
/**/
748
75,
749
0 commit comments