Vsevolod Gribov

Results 1 comments of Vsevolod Gribov

There is a better way: ```diff diff --git a/XVim/IDEPlaygroundEditor+XVim.m b/XVim/IDEPlaygroundEditor+XVim.m index 2198e8b..a5245df 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)...