1 diff -ruN a/tests/plugin/spec/editorconfig_spec.rb b/tests/plugin/spec/editorconfig_spec.rb
2 --- a/tests/plugin/spec/editorconfig_spec.rb 2020-06-02 03:15:12.000000000 +0200
3 +++ b/tests/plugin/spec/editorconfig_spec.rb 2020-06-03 20:40:18.039124754 +0200
10 - test_editorconfig vim, '3_space.txt',
18 +# test_editorconfig vim, '3_space.txt',
26 test_editorconfig vim, '4_space.py',
32 - test_editorconfig vim, 'crlf.txt',
37 - test_editorconfig vim, 'cr.txt',
42 - test_editorconfig vim, 'utf-8.txt',
43 - fileencoding: 'utf-8',
47 - it 'utf-8-bom.txt' do
48 - test_editorconfig vim, 'utf-8-bom.txt',
49 - fileencoding: 'utf-8',
53 - it 'utf-16be.txt' do
54 - test_editorconfig vim, 'utf-16be.txt',
55 - fileencoding: 'utf-16'
58 - it 'utf-16le.txt' do
59 - test_editorconfig vim, 'utf-16le.txt',
60 - fileencoding: 'utf-16le'
64 - test_editorconfig vim, 'latin1.txt',
65 - fileencoding: 'latin1'
68 +# test_editorconfig vim, 'crlf.txt',
73 +# test_editorconfig vim, 'cr.txt',
78 +# test_editorconfig vim, 'utf-8.txt',
79 +# fileencoding: 'utf-8',
83 +# it 'utf-8-bom.txt' do
84 +# test_editorconfig vim, 'utf-8-bom.txt',
85 +# fileencoding: 'utf-8',
89 +# it 'utf-16be.txt' do
90 +# test_editorconfig vim, 'utf-16be.txt',
91 +# fileencoding: 'utf-16'
94 +# it 'utf-16le.txt' do
95 +# test_editorconfig vim, 'utf-16le.txt',
96 +# fileencoding: 'utf-16le'
100 +# test_editorconfig vim, 'latin1.txt',
101 +# fileencoding: 'latin1'
104 # insert_final_newline by PreserveNoEOL tests are omitted, since they are not supported
105 - if vim.echo("exists('+fixendofline')") == '1'
106 - it 'with_newline.txt' do
107 - test_editorconfig vim, 'with_newline.txt',
111 - it 'without_newline.txt' do
112 - test_editorconfig vim, 'without_newline.txt',
116 +# if vim.echo("exists('+fixendofline')") == '1'
117 +# it 'with_newline.txt' do
118 +# test_editorconfig vim, 'with_newline.txt',
122 +# it 'without_newline.txt' do
123 +# test_editorconfig vim, 'without_newline.txt',