In MacVim.h, where is the implements of these functions:

@protocol MMBackendProtocol
- (oneway void)processInput:(int)msgid data:(in bycopy NSData *)data;
- (oneway void)setDialogReturn:(in bycopy id)obj;
- (NSString *)evaluateExpression:(in bycopy NSString *)expr;
- (id)evaluateExpressionCocoa:(in bycopy NSString *)expr
                  errorString:(out bycopy NSString **)errstr;
- (BOOL)starRegisterToPasteboard:(byref NSPasteboard *)pboard;
- (oneway void)acknowledgeConnection;
@end

I can not find the implements of these functions through out the whole
MacVim project.

--
View this message in context: 
http://vim.1045645.n5.nabble.com/MacVim-functions-not-implemented-tp5113045p5113045.html
Sent from the Vim - Mac mailing list archive at Nabble.com.

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to