Hello,If we have one file in autoload directory: Abc.vim, and it has defined a function: Abc#Func. Now we use :call command like this:
:call Abc#F<Tab>Then the completion is not right. It seems that vim has ignored "Abc#", and it is completing the "F..".
Any way to fix this? Thanks. Regards, Hong Xu 05/15/2011 -- You received this message from the "vim_use" 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
