HI,
       I want to use python auto complete plugin in vim.After I 
downloadtaglist_45.zip fromhttp://www.vim.org/scripts/script.php?script_id=273, 
 and put taglist.vim in C:\Program Files\Vim\vim73\plugin,  I write in _vimrc 
file :
filetype plugin on
autocmd FileType python set omnifunc=pythoncomplete#Complete

For I didn't install ctags or exuberant ctags, I write in _vimrc file :

let Tlist_Ctags_Cmd = 'C:\Python27\Tools\Scripts\ptags.py'

When I open python  files with vim then,I type
:Tlist
The taglist window shows ,but list is not there.
Can anyone help me?

-- 
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

Reply via email to