Fix 7.4.928 compilation issue for MacVim

This commit is contained in:
Kazuki Sakamoto
2015-11-19 21:36:17 -08:00
parent 19ec2e553f
commit 715845ed2c
+1 -1
View File
@@ -403,7 +403,7 @@ mch_inchar(buf, maxlen, wtime, tb_change_cnt)
{
if (do_resize)
handle_resize();
#ifdef FEAT_CLIENTSERVER
#if defined(FEAT_CLIENTSERVER) && !defined(MAC_CLIENTSERVER)
else if (!server_waiting())
#else
else