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:
parent
d10e98a536
commit
313fe5e61c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user