Bram Moolenaar wrote:

Zhang Yi wrote:

 pythoncomplete works fine in vim7.0e, but in vim7.0e1 and vim7.0e2, when I
press C-x C-o, error reported and no completion list displayed.
 I use Same compile environment and command under Win XP SP2.

I don't see anything that changed specifically for Python completion.

What error is reported?  Did you compile Vim with Python support?
Hi,
I wonder if the pycomplete.py realy works, when I try the following case, it gives me some errors:

     def test(a, b):
         return a+b
     if __name__=="__main__":
         tes<C-X><C-O>
BR
Vincent

Reply via email to