Workaround for #1050

* Revert [MMBackend update]
* Skip RunVim in Test_opt_default_cdpath
This commit is contained in:
ichizok
2020-06-10 10:52:44 +09:00
parent 1da0502b8d
commit 63488e8859
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -633,7 +633,6 @@ extern GuiFont gui_mch_retain_font(GuiFont font);
while (CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true)
== kCFRunLoopRunHandledSource)
; // do nothing
[self processInputQueue];
}
- (void)flushQueue:(BOOL UNUSED)force
+3
View File
@@ -850,10 +850,13 @@ func Test_opt_default_cdpath()
else
let $CDPATH='/path/to/dir1;/path/to/dir2'
endif
" Workaround for https://github.com/macvim-dev/macvim/issues/1050
if !(has('gui_macvim') && has('gui_running'))
if RunVim([], after, '')
call assert_equal([], readfile('Xtestout'))
call delete('Xtestout')
endif
endif
endfunc
" Test for setting keycodes using set