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 dc42fa3 + 2aa9b8f commit dd1d7f6Copy full SHA for dd1d7f6
1 file changed
src/testdir/test_timers.vim
@@ -4,10 +4,9 @@ if !has('timers')
4
finish
5
endif
6
7
-if has('gui_macvim') && has('gui_running')
+if has('gui_macvim')
8
" MacVim's GUI currently doesn't always pass these tests. Disable these
9
- " tests for now when testing in GUI mode before a more proper fix is
10
- " implemented.
+ " tests for now when testing before a more proper fix is implemented.
11
12
13
0 commit comments