From: Yongwei W. <wuy...@gm...> - 2007-10-08 13:00:35
|
Hi Bill, Please review the patch to see if there are issues. 2007-10-08 Wu Yongwei <wuy...@gm...> * echofunc.vim (s:GetFuncName): New function to get the function name from the text. (s:GetFunctions): Escape the characters in function name when necessary. Loose the pattern matching rules when replacing the function name: allow no space between "operator" and the overloaded operator; do not require the class name. (EchoFunc): Use the new function s:GetFuncName. (BalloonDeclaration): Try to retrieve the function name instead of just the word under the cursor. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/ |