1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-08-13 21:05:39 +02:00
parent c771908681
commit be7529e889
9 changed files with 8 additions and 27 deletions

View File

@@ -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')