1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-29 03:53:38 +03:00

GH-436 Add ifdef macro for debug item

This commit is contained in:
Tae Won Ha 2017-06-25 23:31:10 +02:00
parent d10e98a536
commit 313fe5e61c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -103,7 +103,9 @@ static CFDataRef local_server_callback(CFMessagePortRef local, SInt32 msgid, CFD
case NeoVimAgentMsgIdCursorGoto: return data_sync(data, outputCondition, neovim_cursor_goto);
#ifdef DEBUG
case NeoVimAgentDebug1: return data_sync(data, outputCondition, neovim_debug1);
#endif
default: return NULL;