File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -958,6 +958,13 @@ func Test_cmdline_expand_special()
958958endfunc
959959
960960func Test_cmdwin_jump_to_win ()
961+ if has (' gui_macvim' ) && has (' gui_running' )
962+ " Due to a mix of MacVim-specific menu behaviors (calling BMShow at start
963+ " instead of VimEnter), and buffer menu stale item bugs in Vim, this test
964+ " doesn't work in GUI for now. Will be re-enabled after buffer menu bugs
965+ " are fixed.
966+ return
967+ endif
961968 call assert_fails (' call feedkeys("q:\<C-W>\<C-W>\<CR>", "xt")' , ' E11:' )
962969 new
963970 set modified
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ func Test_load_menu()
1313
1414 let v: errmsg = ' '
1515 if ! has (" gui_macvim" )
16+ " MacVim initializes buffer menus differently (by calling BMShow
17+ " immediately) so this is unnecessary and would break the test.
1618 doautocmd LoadBufferMenu VimEnter
1719 endif
1820 call assert_equal (' ' , v: errmsg )
You can’t perform that action at this time.
0 commit comments