mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Fix 7.4.928 compilation issue for MacVim
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user