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 3cca9ff commit 56fcd41Copy full SHA for 56fcd41
src/testdir/test_macvim.vim
@@ -32,7 +32,9 @@ func Test_macvim_options_commands_exist()
32
call assert_true(has('transparency'), 'Missing feature "transparency"')
33
34
" Vim system-specific features that we expect to be on in macOS
35
+ call assert_true(has('clientserver'), 'Missing feature "clientserver"')
36
call assert_true(has('clipboard'), 'Missing feature "clipboard"')
37
+ call assert_true(has('clipboard_working'), 'Missing feature "clipboard_working"')
38
call assert_true(has('sound'), 'Missing feature "sound"')
39
call assert_true(has('terminal'), 'Missing feature "terminal"')
40
call assert_true(has('xim'), 'Missing feature "xim"')
0 commit comments