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.
2 parents 62de4e4 + db5916c commit b2dc98eCopy full SHA for b2dc98e
1 file changed
src/testdir/test_terminal.vim
@@ -802,6 +802,11 @@ func Test_terminal_aucmd_on_close()
802
endfunc
803
804
func Test_terminal_term_start_empty_command()
805
+ " Workaround: ignore "No Menu" error
806
+ if has('gui_macvim') && has('gui_running')
807
+ call test_ignore_error('E329')
808
+ endif
809
+
810
let cmd = "call term_start('', {'curwin' : 1, 'term_finish' : 'close'})"
811
call assert_fails(cmd, 'E474')
812
0 commit comments