From cc85b63992cabb47b1da0b10feb7f3933a169529 Mon Sep 17 00:00:00 2001 From: Li Lin Date: Fri, 4 Aug 2017 11:25:31 +0800 Subject: [PATCH] link error : https://github.com/XVimProject/XVim/issues/1069 --- XVim/IDEPlaygroundEditor+XVim.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/XVim/IDEPlaygroundEditor+XVim.m b/XVim/IDEPlaygroundEditor+XVim.m index 2198e8bc..a5245dfb 100644 --- a/XVim/IDEPlaygroundEditor+XVim.m +++ b/XVim/IDEPlaygroundEditor+XVim.m @@ -17,6 +17,9 @@ #import #import "IDEPlaygroundEditor+XVim.h" +@implementation IDEPlaygroundEditor +@end + @implementation IDEPlaygroundEditor(XVim) + (void)xvim_initialize{ @@ -27,4 +30,4 @@ - (void)xvim_didSetupEditor2{ [self xvim_didSetupEditor2]; // This is original didSetupEditor of IDEPlaygroundEditor class [super didSetupEditor]; // This is super class (IDESourceCodeEditor) didSetupEditor, which is hooked by XVim, resulting in calling xvim_didSetupEditor. } -@end \ No newline at end of file +@end