Skip to content

Commit

Permalink
link error :
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Lin committed Aug 4, 2017
1 parent 4ac2725 commit cc85b63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion XVim/IDEPlaygroundEditor+XVim.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#import <objc/runtime.h>
#import "IDEPlaygroundEditor+XVim.h"

@implementation IDEPlaygroundEditor
@end

@implementation IDEPlaygroundEditor(XVim)

+ (void)xvim_initialize{
Expand All @@ -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
@end

0 comments on commit cc85b63

Please sign in to comment.