Skip to content

Commit 6d94ac2

Browse files
committed
ci: Don't use guioptions-k in Vim tests
This keeps it consistent with other Vim GUIs and prevent unintentional breakages, since we have enabled guioptions-k as default now in MacVim which isn't the case for other platforms.
1 parent 8d524fd commit 6d94ac2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/testdir/runtest.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ if has('gui_running')
5858
if has('gui_gtk')
5959
" to keep screendump size unchanged
6060
set guifont=Monospace\ 10
61+
elseif has('gui_macvim')
62+
" keep defaults consistent with other GUIs
63+
set guioptions-=k
6164
endif
6265
set columns=80 lines=25
6366
endif

0 commit comments

Comments
 (0)