Skip to content

Commit b2dc98e

Browse files
committed
Merge branch 'master' of github.com:macvim-dev/macvim
2 parents 62de4e4 + db5916c commit b2dc98e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_terminal.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,11 @@ func Test_terminal_aucmd_on_close()
802802
endfunc
803803

804804
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+
805810
let cmd = "call term_start('', {'curwin' : 1, 'term_finish' : 'close'})"
806811
call assert_fails(cmd, 'E474')
807812
let cmd = "call term_start('', {'curwin' : 1, 'term_finish' : 'close'})"

0 commit comments

Comments
 (0)