From be7529e8890f6e8a656efee8bc60c125dc8c2002 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 13 Aug 2020 21:05:39 +0200 Subject: patch 8.2.1442: outdated references to the Mac Carbon GUI Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes #6703) --- src/testdir/test_iminsert.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testdir/test_iminsert.vim') diff --git a/src/testdir/test_iminsert.vim b/src/testdir/test_iminsert.vim index 92af22734..d0991c33d 100644 --- a/src/testdir/test_iminsert.vim +++ b/src/testdir/test_iminsert.vim @@ -37,7 +37,7 @@ endfunc func Test_getimstatus() if has('win32') CheckFeature multi_byte_ime - elseif !has('gui_mac') + else CheckFeature xim endif if has('win32') && has('gui_running') @@ -87,7 +87,7 @@ func Test_iminsert_toggle() CheckGui if has('win32') CheckFeature multi_byte_ime - elseif !has('gui_mac') + else CheckFeature xim endif if has('gui_running') && !has('win32') -- cgit v1.2.1