On 9/12/07, Evan <[EMAIL PROTECTED]> wrote: > Hi, guys ~~ > > How can i work on VIM for python code? I use cscope plugin on VIM for > C code before, it helps me to different function and search C > variable where it is defined.
Change to the top level directory that contains your python source files, and do find -name '*.py' > cscope.files cscope -b Then it should work. > Do I need to downlaod other software/plugin? You might, if do you not have the cscope_maps.vim plugin. If not you can get it http://cscope.sourceforge.net/cscope_vim_tutorial.html and just put it in your vim plugins directory. -- http://mail.python.org/mailman/listinfo/python-list